Ver Fonte

fix lspsaga

Chris há 4 anos atrás
pai
commit
e0b1654377
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lua/plugins.lua

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