tweak column display thresholds of neotree
This commit is contained in:
parent
b855d75b8a
commit
8ad5ac9642
1 changed files with 13 additions and 0 deletions
|
|
@ -179,6 +179,19 @@
|
||||||
neo-tree = {
|
neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
default_component_configs = {
|
||||||
|
file_size = {
|
||||||
|
enabled = true;
|
||||||
|
required_width = 40;
|
||||||
|
};
|
||||||
|
type = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
|
last_modified = {
|
||||||
|
enabled = true;
|
||||||
|
required_width = 68;
|
||||||
|
};
|
||||||
|
};
|
||||||
filesystem = {
|
filesystem = {
|
||||||
follow_current_file = {
|
follow_current_file = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue