improve startup time from >250ms to ~70ms

This commit is contained in:
2024-11-22 13:43:37 -05:00
parent 19474801dd
commit 9e03718a80
20 changed files with 667 additions and 588 deletions
+14 -13
View File
@@ -1,14 +1,15 @@
return {
"folke/twilight.nvim",
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 excluise
},
}