no lazyload lspinstall

This commit is contained in:
christianchiarulli 2021-07-05 16:21:26 -04:00
parent d4822c2920
commit a469c710bf

View file

@ -32,7 +32,7 @@ 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 { "kabouzeid/nvim-lspinstall", cmd = "LspInstall" }
use { "kabouzeid/nvim-lspinstall" }
-- Telescope
use { "nvim-lua/popup.nvim" }
use { "nvim-lua/plenary.nvim" }