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; }