diff options
author | Chris Patti <feoh@feoh.org> | 2023-11-13 15:59:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 15:59:01 -0500 |
commit | 1915cea32e13fcb4191904de8f5e0252ad050a6e (patch) | |
tree | a6205f005d11552f907f836dd25c950001fbf88f | |
parent | fa94716dce3f4c65161cf989a80617400af6be3a (diff) | |
parent | 711e5976dd83f0bdb904e3d884375b79c89f0e2a (diff) |
Merge pull request #505 from j-hui/update-fidget
init.lua: remove 'legacy' tag from fidget.nvim
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |