From e12117a611ddacbfd6f7ce7512d9b78e99605d55 Mon Sep 17 00:00:00 2001 From: marvelman3284 Date: Tue, 1 Jun 2021 14:23:03 -0400 Subject: [PATCH] update plugin list --- lua/pluginList.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index f08ab15..d1bd8bd 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -4,8 +4,7 @@ local use = packer.use -- using { } for using different branch , loading plugin with certain commands etc return require("packer").startup( function() - use 'williamboman/nvim-lsp-installer' - use "wbthomason/packer.nvim" + use "kabouzeid/nvim-lspinstall" -- color related stuff use "siduck76/nvim-base16.lua" use "norcalli/nvim-colorizer.lua"