diff options
author | christianchiarulli <[email protected]> | 2021-08-29 14:11:04 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-29 14:11:04 -0400 |
commit | c7a5122fe2c14dba0f28f1c077f838f957884afc (patch) | |
tree | afa9c00c017382bac547265a8a1e16b9770a07eb /lua/plugins.lua | |
parent | 8bd731a8f7fd53595d6e90509e2e23c957cf171b (diff) |
fix: Cursorhold Event not firing after entering lunarvim from dashboard->telescope closes #1413
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
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", |