1
Fork 0

Speed up neovim startup by lazy loading more

This commit is contained in:
Matei Adriel 2024-02-09 20:15:44 +01:00
parent 4eae09ee71
commit 7216c1c167
No known key found for this signature in database
2 changed files with 18 additions and 12 deletions
home/features/neovim/config/lua/my/plugins

View file

@ -2,7 +2,7 @@ local runtime = require("my.tempest")
local lspconfig = {
"neovim/nvim-lspconfig",
event = "BufReadPre",
event = "VeryLazy",
dependencies = {
"neoconf",
{