feat: add fidget-nvim to flake inputs

This commit is contained in:
NotAShelf 2023-02-27 22:30:12 +03:00
parent 88ce2926c5
commit 940dfcdef9
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
1 changed files with 5 additions and 0 deletions

View File

@ -289,6 +289,11 @@
flake = false;
};
fidget-nvim = {
url = "github:j-hui/fidget.nvim";
flake = false;
};
# Markdown
glow-nvim = {
url = "github:ellisonleao/glow.nvim";