浏览代码

fix lsp_signature in readme

Abouzar Parvan 3 年之前
父节点
当前提交
f5c03643a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -104,7 +104,7 @@ lvim.plugins = {
     {"folke/tokyonight.nvim"}, {
         "ray-x/lsp_signature.nvim",
         config = function() require"lsp_signature".on_attach() end,
-        event = "InsertEnter"
+        event = "BufRead"
     }
 }
 ```