Merge remote-tracking branch 'upstream/master'

- remove 'legacy' tag from fidget.nvim
This commit is contained in:
Damjan 9000 2023-11-14 03:50:50 +01:00
commit 78e59cf333

View File

@ -26,7 +26,7 @@ require('lazy').setup({
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
{ 'j-hui/fidget.nvim', opts = {} },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',