⚙️ 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

@ -92,5 +92,4 @@
"NEWS.md": "2123"
},
"version": 2
}
}

View file

@ -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",
},