lazy load lspinstall (#654)

This commit is contained in:
rebuilt 2021-07-04 16:27:25 +02:00 committed by GitHub
parent bf41c5630a
commit c8c29aa03c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}