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