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;
|
||||
name = "oil";
|
||||
setupSettings = {
|
||||
columns = [
|
||||
"permissions"
|
||||
"size"
|
||||
["mtime" (nf "highlight" "Special")]
|
||||
"icon"
|
||||
];
|
||||
columns = ["icon"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue