refactor: merge twilight config

This commit is contained in:
2024-12-15 17:46:14 -05:00
parent bb81769de6
commit 4a14744e4a
2 changed files with 15 additions and 17 deletions
-15
View File
@@ -1,15 +0,0 @@
return {
'folke/twilight.nvim',
lazy = true,
opts = {
context = 10,
treesitter = true,
expand = {
'function',
'method',
'table',
'if_statement',
},
exclude = {}, -- filetypes to exclude
},
}
+13
View File
@@ -1,7 +1,20 @@
return {
'folke/zen-mode.nvim',
dependencies = {
{
'folke/twilight.nvim',
opts = {
context = 10,
treesitter = true,
expand = {
'function',
'method',
'table',
'if_statement',
},
exclude = {}, -- filetypes to exclude
},
},
},
cmd = 'ZenMode',
opts = {