diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2023-11-14 03:50:50 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2023-11-14 03:50:50 +0100 |
commit | 78e59cf333f96b6f7fedb756f8ba7062d4351e3c (patch) | |
tree | 422c88d1b5892a48aa94017cac66f8c6da4183d8 /lua/lazy-plugins.lua | |
parent | 2e401e09fb968ab2fd8f6394a10fe7d71a740f80 (diff) | |
parent | 1915cea32e13fcb4191904de8f5e0252ad050a6e (diff) |
Merge remote-tracking branch 'upstream/master'
- remove 'legacy' tag from fidget.nvim
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index df64d4c..ef80010 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -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', |