From 9a1a6cad54fa2219d8936ea30663ee32a50d2349 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 22 Feb 2026 17:41:05 +0100 Subject: [PATCH] Fixed indent on nvim module --- modules/home-manager/nvim.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/nvim.nix b/modules/home-manager/nvim.nix index 6ac5f05..ebe2c68 100644 --- a/modules/home-manager/nvim.nix +++ b/modules/home-manager/nvim.nix @@ -66,19 +66,19 @@ enable = true; }; - web-devicons = { - enable = true; - }; + web-devicons = { + enable = true; + }; # File tree neo-tree = { enable = true; settings = { - close_if_last_window = true; + close_if_last_window = true; window = { width = 30; }; - }; + }; }; # Fuzzy finder