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