fix LspInstall lazy loading (#149)
This commit is contained in:
parent
df4ff8dc6f
commit
5ff50c63e9
@ -48,12 +48,12 @@ return packer.startup(
|
|||||||
|
|
||||||
use {
|
use {
|
||||||
"kabouzeid/nvim-lspinstall",
|
"kabouzeid/nvim-lspinstall",
|
||||||
event = "VimEnter"
|
event = "BufRead"
|
||||||
}
|
}
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
event = "BufRead",
|
after = "nvim-lspinstall",
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.lspconfig").config()
|
require("plugins.lspconfig").config()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user