diff options
author | christianchiarulli <[email protected]> | 2021-07-05 16:21:26 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-05 16:21:26 -0400 |
commit | a469c710bfc01f291df68dba40464caaa2b496da (patch) | |
tree | 375c7e18afa5471a0287f3e893f422a448bc8581 /lua | |
parent | d4822c2920336287579c74a5b37f0aa08402b871 (diff) |
no lazyload lspinstall0.4.0
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |