fix: Whoops, don't remove the keys
This commit is contained in:
parent
fb1562f804
commit
5df2ab4905
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ return {
|
||||||
{
|
{
|
||||||
"stevearc/oil.nvim",
|
"stevearc/oil.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
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