diff options
author | Chris <[email protected]> | 2021-07-02 11:30:19 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-02 11:30:19 -0400 |
commit | e0b16543773a95e2b9996858b7e88af8ce919a45 (patch) | |
tree | 3d2da08dddde7c416d53fa2db17a6d7ccc8d67aa /lua/plugins.lua | |
parent | 4d6cc88e0f43942fe87dfdfc834688914e2dc85c (diff) |
fix lspsaga
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |