mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-18 16:28:49 +02:00
fix: Cursorhold Event not firing after entering lunarvim from dashboard->telescope closes #1413
This commit is contained in:
parent
8bd731a8f7
commit
c7a5122fe2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ return {
|
||||||
{ "neovim/nvim-lspconfig" },
|
{ "neovim/nvim-lspconfig" },
|
||||||
{ "tamago324/nlsp-settings.nvim" },
|
{ "tamago324/nlsp-settings.nvim" },
|
||||||
{ "jose-elias-alvarez/null-ls.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",
|
"kabouzeid/nvim-lspinstall",
|
||||||
event = "VimEnter",
|
event = "VimEnter",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue