neotree and oil working
This commit is contained in:
parent
3286453615
commit
df1ef7a05b
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ return {
|
|||
config = function()
|
||||
require("oil").setup {
|
||||
columns = { "icon" },
|
||||
default_file_explorer = true,
|
||||
default_file_explorer = false,
|
||||
delete_to_trash = true,
|
||||
skip_confirm_for_simple_edits = true,
|
||||
keymaps = {
|
||||
|
|
@ -39,4 +39,4 @@ return {
|
|||
vim.keymap.set("n", "<space>-", require("oil").toggle_float)
|
||||
end,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue