mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 03:14:43 +02:00
lazy load lspinstall (#654)
This commit is contained in:
parent
bf41c5630a
commit
c8c29aa03c
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ return require("packer").startup(function(use)
|
|||
-- TODO refactor all of this (for now it works, but yes I know it could be wrapped in a simpler function)
|
||||
use {"neovim/nvim-lspconfig"}
|
||||
use {"glepnir/lspsaga.nvim"}
|
||||
use {"kabouzeid/nvim-lspinstall"}
|
||||
use {"kabouzeid/nvim-lspinstall",
|
||||
cmd = "LspInstall",
|
||||
}
|
||||
-- Telescope
|
||||
use {"nvim-lua/popup.nvim"}
|
||||
use {"nvim-lua/plenary.nvim"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue