Skip to content

Commit bb84ea6

Browse files
committed
Merge remote-tracking branch 'upstream/master'
- remove 'legacy' tag from fidget.nvim
2 parents 7297b99 + 52c7cb7 commit bb84ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy-plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require('lazy').setup({
2626

2727
-- Useful status updates for LSP
2828
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
29-
{ 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
29+
{ 'j-hui/fidget.nvim', opts = {} },
3030

3131
-- Additional lua configuration, makes nvim stuff amazing!
3232
'folke/neodev.nvim',

0 commit comments

Comments
 (0)