Skip to content

Commit

Permalink
fix: use legacy branch for fidget.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Jun 19, 2023
1 parent c3514c0 commit 58fc549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/one/plugins/lsp/fidget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local PM = require('one.plugin-manager')

return {
'j-hui/fidget.nvim',
branch = 'legacy',
desc = 'nvim-lsp loading progress',
disable = not PM.isPlugDisabled('noice'), -- If noice enabled, disable this plugin.

Expand Down

0 comments on commit 58fc549

Please sign in to comment.