15 lines
243 B
Lua
15 lines
243 B
Lua
return {
|
|
'folke/twilight.nvim',
|
|
lazy = true,
|
|
opts = {
|
|
context = 10,
|
|
treesitter = true,
|
|
expand = {
|
|
'function',
|
|
'method',
|
|
'table',
|
|
'if_statement',
|
|
},
|
|
exclude = {}, -- filetypes to excluise
|
|
},
|
|
} |