浏览代码

fix: Cursorhold Event not firing after entering lunarvim from dashboard->telescope closes #1413

christianchiarulli 3 年之前
父节点
当前提交
c7a5122fe2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lua/plugins.lua

+ 1 - 0
lua/plugins.lua

@@ -4,6 +4,7 @@ return {
   { "neovim/nvim-lspconfig" },
   { "tamago324/nlsp-settings.nvim" },
   { "jose-elias-alvarez/null-ls.nvim" },
+  { "antoinemadec/FixCursorHold.nvim" }, -- Needed while issue https://github.com/neovim/neovim/issues/12587 is still open
   {
     "kabouzeid/nvim-lspinstall",
     event = "VimEnter",