Skip to content

Commit d36ab6f

Browse files
Allow swap-case in oil buffers (#31)
* fix oil capitalization * Update nvim/lua/plugins/oil.lua * Update nvim/lua/plugins/oil.lua * Update nvim/lua/plugins/oil.lua --------- Co-authored-by: NonlinearFruit <NonlinearFruit@users.noreply.github.com>
1 parent 3040601 commit d36ab6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nvim/lua/plugins/oil.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
local function configure()
2-
require("oil").setup()
2+
require("oil").setup({
3+
keymaps = {
4+
["~"] = false,
5+
},
6+
})
37
vim.keymap.set("n", "-", "<cmd>Oil<cr>", { desc = "Browse parent directory" })
48
end
59

0 commit comments

Comments
 (0)