diff options
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 40ca880..5ad5474 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -90,6 +90,7 @@ require 'dep' { -- lsp ---------------------------------------------------------------------- { 'neovim/nvim-lspconfig' }, { 'j-hui/fidget.nvim' }, -- shows lsp progress + { 'dnlhc/glance.nvim' }, -- diagnostic info at a glance { 'folke/trouble.nvim' }, -- optional language specific lsp's |