⚙️ config(nvim): change oil.nvim keymap to open

This commit is contained in:
Sergio Laín 2024-01-14 13:22:14 +01:00
parent 2d835e8a8c
commit e62e96fdcb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -13,6 +13,6 @@ return {
},
-- stylua: ignore
keys = {
{ "<leader><bs>", function() require("oil").toggle_float() end, desc = "Toggle oil" },
{ "<leader>;", function() require("oil").toggle_float() end, desc = "Toggle oil" },
},
}