chore: correct typo in comment

This commit is contained in:
2024-12-01 07:17:32 -05:00
parent 326479cca5
commit 81a4767d15
+13 -13
View File
@@ -1,15 +1,15 @@
return {
'folke/twilight.nvim',
lazy = true,
opts = {
context = 10,
treesitter = true,
expand = {
'function',
'method',
'table',
'if_statement',
},
exclude = {}, -- filetypes to excluise
},
'folke/twilight.nvim',
lazy = true,
opts = {
context = 10,
treesitter = true,
expand = {
'function',
'method',
'table',
'if_statement',
},
exclude = {}, -- filetypes to exclude
},
}