소스 검색

no lazyload lspinstall

christianchiarulli 4 년 전
부모
커밋
a469c710bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lua/plugins.lua

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