Modules/Neovim: Improve files picker truncation
This commit is contained in:
@ -1574,6 +1574,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
cycle = true;
|
cycle = true;
|
||||||
preset.__raw = defaultLayout;
|
preset.__raw = defaultLayout;
|
||||||
@ -1584,6 +1585,13 @@ in {
|
|||||||
layout.__raw = defaultLayout;
|
layout.__raw = defaultLayout;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
formatters = {
|
||||||
|
file = {
|
||||||
|
filename_first = true;
|
||||||
|
truncate = 80;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user