summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index d1f52074..d476f01c 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -29,7 +29,14 @@ 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", event = "VimEnter" }
+ use {
+ "kabouzeid/nvim-lspinstall",
+ event = "VimEnter",
+ config = function()
+ require("lspinstall").setup()
+ end,
+ }
+
use { "nvim-lua/popup.nvim" }
use { "nvim-lua/plenary.nvim" }
use { "tjdevries/astronauta.nvim" }