⚙️ config(nvim): add oil size spec
This commit is contained in:
parent
52e9d8ef91
commit
72d80fa5da
2 changed files with 5 additions and 2 deletions
|
@ -93,4 +93,3 @@
|
|||
},
|
||||
"version": 2
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@ return {
|
|||
dependencies = "nvim-tree/nvim-web-devicons",
|
||||
opts = {
|
||||
delete_to_trash = true,
|
||||
float = {
|
||||
max_height = 45,
|
||||
max_width = 90,
|
||||
},
|
||||
keymaps = {
|
||||
["q"] = "actions.close",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue