Переглянути джерело

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",