some oil options
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
'stevearc/oil.nvim',
|
'stevearc/oil.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
|
delete_to_trash = true,
|
||||||
|
default_file_explorer = true,
|
||||||
|
skip_confirm_for_simple_edits = true,
|
||||||
|
show_hidden = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
['g?'] = 'actions.show_help',
|
['g?'] = 'actions.show_help',
|
||||||
['<CR>'] = 'actions.select',
|
['<CR>'] = 'actions.select',
|
||||||
|
|||||||
Reference in New Issue
Block a user