initial commit
This commit is contained in:
commit
6491e91ec5
37 changed files with 1116 additions and 0 deletions
14
nvim/lua/plugins/oil.lua
Normal file
14
nvim/lua/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
"stevearc/oil.nvim",
|
||||
keys = {
|
||||
{ "-", "<CMD>Oil<CR>", { silent = true } },
|
||||
},
|
||||
opts = {
|
||||
delete_to_trash = true,
|
||||
skip_confirm_for_simple_edits = true,
|
||||
prompt_save_on_select_new_entry = false,
|
||||
watch_for_changes = true,
|
||||
},
|
||||
dependencies = { { "nvim-mini/mini.icons", opts = {} } },
|
||||
lazy = false,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue