1

Modules/Neovim: Improve files picker truncation

This commit is contained in:
2025-07-22 13:58:50 +02:00
parent 2412129204
commit b005336b02

View File

@ -1574,6 +1574,7 @@ in {
'';
in {
enabled = true;
layout = {
cycle = true;
preset.__raw = defaultLayout;
@ -1584,6 +1585,13 @@ in {
layout.__raw = defaultLayout;
};
};
formatters = {
file = {
filename_first = true;
truncate = 80;
};
};
};
};
};