From c8c29aa03cf784fdb8e3c0da94c87f8c073b7ddd Mon Sep 17 00:00:00 2001 From: rebuilt Date: Sun, 4 Jul 2021 16:27:25 +0200 Subject: lazy load lspinstall (#654) --- lua/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 4f4d8a85..c3e25606 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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"} -- cgit v1.2.3