From e0b16543773a95e2b9996858b7e88af8ce919a45 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 2 Jul 2021 11:30:19 -0400 Subject: fix lspsaga --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index f4abdce7..341be8fa 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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"} -- cgit v1.2.3