improve startup time from >250ms to ~70ms
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user