summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7aaaf67..cc59abd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,7 +142,10 @@
mini = [ mini-ai mini-align mini-move mini-pairs mini-surround ];
- ui = [ noice-nvim ];
+ ui = [
+ noice-nvim
+ todo-comments-nvim
+ ];
extra = [ which-key-nvim ];
};