summaryrefslogtreecommitdiffstats
path: root/lua/core
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-06-26 11:52:32 -0400
committerSquibid <me@zacharyscheiman.com>2023-06-26 11:52:32 -0400
commit46e4dc44423ae07c1d5c5f0938f5a466d51d6afd (patch)
treefcb8e2e59529e0d22ea88f23d963d14b02bf702f /lua/core
parent53411f0176436d81538b0c927a387309dd7f0adc (diff)
downloadnvim-46e4dc44423ae07c1d5c5f0938f5a466d51d6afd.tar.gz
nvim-46e4dc44423ae07c1d5c5f0938f5a466d51d6afd.tar.bz2
nvim-46e4dc44423ae07c1d5c5f0938f5a466d51d6afd.zip
fidget is going to have breaking changes soon
switch to legacy branch
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua4
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