Fixed some options in nixvim

This commit is contained in:
Alexandre 2026-02-10 19:46:14 +01:00
parent d2990063ce
commit a349bf0cf3

View File

@ -65,14 +65,20 @@
lualine = { lualine = {
enable = true; enable = true;
}; };
web-devicons = {
enable = true;
};
# File tree # File tree
neo-tree = { neo-tree = {
enable = true; enable = true;
closeIfLastWindow = true; settings = {
window = { close_if_last_window = true;
width = 30; window = {
}; width = 30;
};
};
}; };
# Fuzzy finder # Fuzzy finder