diff options
author | Chris <[email protected]> | 2021-07-05 02:57:06 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-05 02:57:06 -0400 |
commit | b4a9023c9e531ad021cf9da7e701350f489aba45 (patch) | |
tree | 3f9bafe91930cce5b447f5ad446da185288c4d32 /lua/plugins.lua | |
parent | 8fba9ecfd1fd1d1f4769b6171fc0bd804bbde751 (diff) |
remove lspsaga
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index e03f5037..a6f0d646 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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" } |