summaryrefslogtreecommitdiff
path: root/nixvim/plugins/fidget.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixvim/plugins/fidget.nix')
-rw-r--r--nixvim/plugins/fidget.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixvim/plugins/fidget.nix b/nixvim/plugins/fidget.nix
new file mode 100644
index 0000000..5d0a033
--- /dev/null
+++ b/nixvim/plugins/fidget.nix
@@ -0,0 +1,5 @@
+{
+ plugins.fidget = {
+ enable = true;
+ };
+}