remove lspsaga

This commit is contained in:
Chris 2021-07-05 02:57:06 -04:00
parent 8fba9ecfd1
commit b4a9023c9e
3 changed files with 8 additions and 18 deletions

View file

@ -32,7 +32,6 @@ 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 { "glepnir/lspsaga.nvim", cmd = "Lspsaga" }
use { "kabouzeid/nvim-lspinstall", cmd = "LspInstall" }
-- Telescope
use { "nvim-lua/popup.nvim" }