From bec8e77b470464cf08a09ab0882b61ef27fb6c10 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 10 Jul 2021 13:27:52 -0400 Subject: refactor lspinstall --- lua/plugins.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lua/plugins.lua') 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" } -- cgit v1.2.3