initial commit

This commit is contained in:
Ifrahim Ansari 2026-02-15 11:10:32 -05:00
commit 6491e91ec5
37 changed files with 1116 additions and 0 deletions

14
nvim/lua/plugins/oil.lua Normal file
View 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,
}