diff options
Diffstat (limited to '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", | 
