Speed up neovim startup by lazy loading more
This commit is contained in:
parent
4eae09ee71
commit
7216c1c167
2 changed files with 18 additions and 12 deletions
home/features/neovim/config/lua/my/plugins
|
@ -2,7 +2,7 @@ local runtime = require("my.tempest")
|
|||
|
||||
local lspconfig = {
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufReadPre",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"neoconf",
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue