Explorar o código

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

christianchiarulli %!s(int64=3) %!d(string=hai) anos
pai
achega
c7a5122fe2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",