diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/core/plugins.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 480cdb7..f5e3032 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -92,7 +92,9 @@ require 'dep' { -- lsp ---------------------------------------------------------------------- { 'neovim/nvim-lspconfig' }, -- setup lsp - { 'j-hui/fidget.nvim' }, -- shows lsp progress + { 'j-hui/fidget.nvim', -- shows lsp progress + branch = 'legacy', + }, { 'ray-x/lsp_signature.nvim' }, -- see information about the current function { 'dnlhc/glance.nvim' }, -- diagnostic info at a glance { 'kosayoda/nvim-lightbulb' }, -- "light bulb" - Gru |