⚙️ config(nvim): add oil size spec

This commit is contained in:
Sergio Laín 2024-01-11 00:40:07 +01:00
parent 52e9d8ef91
commit 72d80fa5da
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 5 additions and 2 deletions

View file

@ -93,4 +93,3 @@
}, },
"version": 2 "version": 2
} }

View file

@ -3,6 +3,10 @@ return {
dependencies = "nvim-tree/nvim-web-devicons", dependencies = "nvim-tree/nvim-web-devicons",
opts = { opts = {
delete_to_trash = true, delete_to_trash = true,
float = {
max_height = 45,
max_width = 90,
},
keymaps = { keymaps = {
["q"] = "actions.close", ["q"] = "actions.close",
}, },