update twilight configuration

This commit is contained in:
2024-11-17 19:05:19 -05:00
parent 536dd6fd52
commit 5df9e1773d
+11 -1
View File
@@ -1,4 +1,14 @@
return { return {
"folke/twilight.nvim", "folke/twilight.nvim",
opts = {}, opts = {
context = 10,
treesitter = true,
expand = {
"function",
"method",
"table",
"if_statement",
},
exclude = {}, -- filetypes to excluise
},
} }