neovim(oil): show only icon column
This commit is contained in:
parent
c5e13f2ca7
commit
ebf7ad720d
1 changed files with 1 additions and 6 deletions
|
@ -41,12 +41,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "oil";
|
name = "oil";
|
||||||
setupSettings = {
|
setupSettings = {
|
||||||
columns = [
|
columns = ["icon"];
|
||||||
"permissions"
|
|
||||||
"size"
|
|
||||||
["mtime" (nf "highlight" "Special")]
|
|
||||||
"icon"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue