summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-06-26 11:28:27 -0400
committerSquibid <me@zacharyscheiman.com>2023-06-26 11:28:27 -0400
commitb19167a1ab1e6d3c21d67788d404c159aeaaf306 (patch)
tree55a68f9f3693ca0db70b32fd808dafb0060f3e1f /lua/core/plugins.lua
parenta3c9d258ec3a7cd74a615b49234950f7eff2c158 (diff)
downloadnvim-b19167a1ab1e6d3c21d67788d404c159aeaaf306.tar.gz
nvim-b19167a1ab1e6d3c21d67788d404c159aeaaf306.tar.bz2
nvim-b19167a1ab1e6d3c21d67788d404c159aeaaf306.zip
replace gd and the likes with glance
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua1
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