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

init.lua: remove 'legacy' tag from fidget.nvim
pull/512/head^2
Chris Patti 10 months ago committed by GitHub
commit 1915cea32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save