summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-08-29 14:11:04 -0400
committerchristianchiarulli <[email protected]>2021-08-29 14:11:04 -0400
commitc7a5122fe2c14dba0f28f1c077f838f957884afc (patch)
treeafa9c00c017382bac547265a8a1e16b9770a07eb
parent8bd731a8f7fd53595d6e90509e2e23c957cf171b (diff)
fix: Cursorhold Event not firing after entering lunarvim from dashboard->telescope closes #1413
-rw-r--r--lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 5aaac3ce..8a0692f2 100644
--- a/lua/plugins.lua
+++ b/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",