fix lspsaga

This commit is contained in:
Chris 2021-07-02 11:30:19 -04:00
parent 4d6cc88e0f
commit e0b1654377

View file

@ -34,7 +34,7 @@ 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", event = "BufRead"}
use {"glepnir/lspsaga.nvim"}
use {"kabouzeid/nvim-lspinstall"}
-- Telescope
use {"nvim-lua/popup.nvim"}