qol(nixvim): file browser preview

This commit is contained in:
2025-12-11 10:31:09 +00:00
parent b5153f6125
commit 1482bb0088

View File

@@ -100,6 +100,11 @@ in
};
mini-files = {
enable = true;
settings = {
windows = {
preview = true;
};
};
};
trouble.enable = true;
cmp = {