Re-add fidget.nvim

https://github.com/j-hui/fidget.nvim
This commit is contained in:
Oliver Davies 2024-02-21 15:41:50 +00:00
parent 641d00c4ef
commit 94581a9c7f
2 changed files with 8 additions and 0 deletions

7
after/plugin/fidget.lua Normal file
View file

@ -0,0 +1,7 @@
require("fidget").setup {
notification = {
window = {
winblend = 0,
},
},
}

View file

@ -108,6 +108,7 @@ in rec {
# '';
# }
vimPlugins.fidget-nvim
vimPlugins.harpoon
vimPlugins.refactoring-nvim
vimPlugins.comment-nvim