Explorar o código

lazy load lspinstall (#654)

rebuilt %!s(int64=4) %!d(string=hai) anos
pai
achega
c8c29aa03c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      lua/plugins.lua

+ 3 - 1
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"}