chore: correct typo in comment
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
return {
|
return {
|
||||||
'folke/twilight.nvim',
|
'folke/twilight.nvim',
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts = {
|
opts = {
|
||||||
context = 10,
|
context = 10,
|
||||||
treesitter = true,
|
treesitter = true,
|
||||||
expand = {
|
expand = {
|
||||||
'function',
|
'function',
|
||||||
'method',
|
'method',
|
||||||
'table',
|
'table',
|
||||||
'if_statement',
|
'if_statement',
|
||||||
},
|
},
|
||||||
exclude = {}, -- filetypes to excluise
|
exclude = {}, -- filetypes to exclude
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user