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
+10 -10
View File
@@ -1,11 +1,11 @@
return {
"folke/trouble.nvim",
dependencies = {
"nvim-tree/nvim-web-devicons",
"folke/todo-comments.nvim",
},
opts = {
focus = true,
},
cmd = "Trouble",
}
'folke/trouble.nvim',
dependencies = {
'nvim-tree/nvim-web-devicons',
'folke/todo-comments.nvim',
},
cmd = 'Trouble',
opts = {
focus = true,
},
}