Fixed indent on nvim module

This commit is contained in:
Alexandre 2026-02-22 17:41:05 +01:00
parent 299b7c201c
commit 9a1a6cad54

View File

@ -66,19 +66,19 @@
enable = true; enable = true;
}; };
web-devicons = { web-devicons = {
enable = true; enable = true;
}; };
# File tree # File tree
neo-tree = { neo-tree = {
enable = true; enable = true;
settings = { settings = {
close_if_last_window = true; close_if_last_window = true;
window = { window = {
width = 30; width = 30;
}; };
}; };
}; };
# Fuzzy finder # Fuzzy finder