From a469c710bfc01f291df68dba40464caaa2b496da Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Mon, 5 Jul 2021 16:21:26 -0400 Subject: no lazyload lspinstall --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 7c35c264..2b215291 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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" } -- cgit v1.2.3