Skip to content

Commit 9c6882a

Browse files
committed
🔧 nvim: oil
1 parent 6206c68 commit 9c6882a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.config/nvim/lua/plugins.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,12 @@ require("lazy").setup({
152152
},
153153
{
154154
"stevearc/oil.nvim",
155+
event = "VeryLazy",
155156
config = function()
156157
require("oil").setup {
157158
keymaps = {
158159
["q"] = "actions.close",
160+
["<esc>"] = "actions.close",
159161
["<C-v>"] = "actions.select_vsplit",
160162
["<C-x>"] = "actions.select_split",
161163
},

0 commit comments

Comments
 (0)