21 lines
359 B
Lua
21 lines
359 B
Lua
|
--
|
||
|
-- Dim all non active scopes using tree sitter
|
||
|
--
|
||
|
-- Source: https://github.com/folke/twilight.nvim
|
||
|
-- ..............................................
|
||
|
--
|
||
|
-- Author: Sven Vogel
|
||
|
-- Created: 07.11.2024
|
||
|
-- Edited: 07.11.2024
|
||
|
--
|
||
|
-- ==============================================
|
||
|
|
||
|
return {
|
||
|
{
|
||
|
"folke/twilight.nvim",
|
||
|
opts = {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|