chore: correct typo in comment

This commit is contained in:
2024-12-01 07:17:32 -05:00
parent 326479cca5
commit 81a4767d15
+14 -14
View File
@@ -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
}, },
} }