refactor: merge twilight config
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
return {
|
||||
'folke/zen-mode.nvim',
|
||||
dependencies = {
|
||||
'folke/twilight.nvim',
|
||||
{
|
||||
'folke/twilight.nvim',
|
||||
opts = {
|
||||
context = 10,
|
||||
treesitter = true,
|
||||
expand = {
|
||||
'function',
|
||||
'method',
|
||||
'table',
|
||||
'if_statement',
|
||||
},
|
||||
exclude = {}, -- filetypes to exclude
|
||||
},
|
||||
},
|
||||
},
|
||||
cmd = 'ZenMode',
|
||||
opts = {
|
||||
@@ -31,4 +44,4 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user