chore(nvim): Open oil with dash

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 09:34:02 +07:00
parent f7c5370f5b
commit e4ad35f4a6
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -39,7 +39,9 @@ return {
}, },
{ {
"stevearc/oil.nvim", "stevearc/oil.nvim",
opts = {}, keys = {
{ "-", "<cmd>Oil<cr>", desc = "Oil" },
},
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },
config = function () config = function ()
require("oil").setup() require("oil").setup()