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

This commit is contained in:
christianchiarulli 2021-08-29 14:11:04 -04:00
parent 8bd731a8f7
commit c7a5122fe2

View file

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