Skip to content
Snippets Groups Projects
Unverified Commit a703bad8 authored by amtoine's avatar amtoine
Browse files

add more Oil default options explicitely

parent d63bc541
Branches
No related tags found
No related merge requests found
return {
'stevearc/oil.nvim',
opts = {},
dependencies = { "nvim-tree/nvim-web-devicons" },
config = function()
local oil = require("oil")
oil.setup {
columns = { "icon", },
default_file_explorer = true,
watch_for_changes = false,
columns = {
"icon",
},
skip_confirm_for_simple_edits = false,
prompt_save_on_select_new_entry = true,
keymaps = {
["<C-h>"] = false,
["<M-h>"] = "actions.select_split",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment