Merge pull request #505 from j-hui/update-fidget

init.lua: remove 'legacy' tag from fidget.nvim
This commit is contained in:
Chris Patti 2023-11-13 15:59:01 -05:00 committed by GitHub
commit 1915cea32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,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',