lazy load lsp-install
This commit is contained in:
parent
9627b5e6b4
commit
4dbb1a71e2
|
@ -8,8 +8,8 @@ packer.init {
|
|||
end
|
||||
},
|
||||
git = {
|
||||
clone_timeout = 600, -- Timeout, in seconds, for git clones
|
||||
}
|
||||
clone_timeout = 600 -- Timeout, in seconds, for git clones
|
||||
}
|
||||
}
|
||||
|
||||
return packer.startup(
|
||||
|
@ -46,6 +46,11 @@ return packer.startup(
|
|||
end
|
||||
}
|
||||
|
||||
use {
|
||||
"kabouzeid/nvim-lspinstall",
|
||||
event = "VimEnter"
|
||||
}
|
||||
|
||||
use {
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufRead",
|
||||
|
@ -54,8 +59,6 @@ return packer.startup(
|
|||
end
|
||||
}
|
||||
|
||||
use "kabouzeid/nvim-lspinstall"
|
||||
|
||||
use {
|
||||
"onsails/lspkind-nvim",
|
||||
event = "BufRead",
|
||||
|
|
Loading…
Reference in New Issue