minor tweak neotree
This commit is contained in:
parent
8ad5ac9642
commit
fe63681d7c
1 changed files with 3 additions and 5 deletions
|
|
@ -188,8 +188,7 @@
|
||||||
enabled = false;
|
enabled = false;
|
||||||
};
|
};
|
||||||
last_modified = {
|
last_modified = {
|
||||||
enabled = true;
|
enabled = false;
|
||||||
required_width = 68;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
|
@ -207,7 +206,7 @@
|
||||||
position = "float";
|
position = "float";
|
||||||
popup = {
|
popup = {
|
||||||
size = {
|
size = {
|
||||||
width.__raw = "math.min(math.max(86, math.floor(vim.o.columns * 0.5)), math.floor(vim.o.columns * 0.85))";
|
width = 76;
|
||||||
height = "75%";
|
height = "75%";
|
||||||
};
|
};
|
||||||
border = "rounded";
|
border = "rounded";
|
||||||
|
|
@ -230,6 +229,7 @@
|
||||||
p = "paste_from_clipboard";
|
p = "paste_from_clipboard";
|
||||||
d = "delete";
|
d = "delete";
|
||||||
o = { command = "system_open"; nowait = true; };
|
o = { command = "system_open"; nowait = true; };
|
||||||
|
f = { command = "show_in_finder"; nowait = true; };
|
||||||
# Disable everything else
|
# Disable everything else
|
||||||
"#" = "none";
|
"#" = "none";
|
||||||
"/" = "none";
|
"/" = "none";
|
||||||
|
|
@ -250,8 +250,6 @@
|
||||||
"[g" = "none";
|
"[g" = "none";
|
||||||
"]g" = "none";
|
"]g" = "none";
|
||||||
e = "none";
|
e = "none";
|
||||||
f = { command = "show_in_finder"; nowait = true; };
|
|
||||||
i = "none";
|
|
||||||
l = "none";
|
l = "none";
|
||||||
s = "none";
|
s = "none";
|
||||||
t = "none";
|
t = "none";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue