chore(nvim): Open oil with dash
This commit is contained in:
parent
f7c5370f5b
commit
e4ad35f4a6
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue