fix LspInstall lazy loading (#149)

This commit is contained in:
siduck76 2021-07-11 17:28:10 +05:30
parent df4ff8dc6f
commit 5ff50c63e9
1 changed files with 2 additions and 2 deletions

View File

@ -48,12 +48,12 @@ return packer.startup(
use {
"kabouzeid/nvim-lspinstall",
event = "VimEnter"
event = "BufRead"
}
use {
"neovim/nvim-lspconfig",
event = "BufRead",
after = "nvim-lspinstall",
config = function()
require("plugins.lspconfig").config()
end