From 9334f9daf0a1153c740d1a486170d0173b6e79e3 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 22 May 2025 14:14:47 +0800 Subject: [PATCH] feat(nvf): add visual options --- modules/home/cli/editor/nvf/visuals.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/cli/editor/nvf/visuals.nix b/modules/home/cli/editor/nvf/visuals.nix index 2d06191..f669ab0 100644 --- a/modules/home/cli/editor/nvf/visuals.nix +++ b/modules/home/cli/editor/nvf/visuals.nix @@ -1,3 +1,8 @@ { indent-blankline.enable = true; + fidget-nvim.enable = true; + highlight-undo.enable = true; + nvim-cursorline.enable = true; + nvim-web-devicons.enable = true; + rainbow-delimiters.enable = true; }