diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 0a58c09..642747b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -35,4 +35,6 @@ return { { "ahmedkhalf/project.nvim" }, { "lewis6991/impatient.nvim" }, { "goolord/alpha-nvim" }, + { "antoinemadec/FixCursorHold.nvim" }, -- This is needed to fix lsp doc highlight + { "folke/which-key.nvim" }, } |