浏览代码

fix lspsaga

Chris 4 年之前
父节点
当前提交
e0b1654377
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
     use {"neovim/nvim-lspconfig"}
-    use {"glepnir/lspsaga.nvim", event = "BufRead"}
+    use {"glepnir/lspsaga.nvim"}
     use {"kabouzeid/nvim-lspinstall"}
     -- Telescope
     use {"nvim-lua/popup.nvim"}