Bladeren bron

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

christianchiarulli 3 jaren geleden
bovenliggende
commit
c7a5122fe2
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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",