Modules/Neovim: Improve files picker truncation
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user