feat: add oil.vim

This commit is contained in:
Ian
2026-06-30 22:37:21 +02:00
parent 0eedfb4bd5
commit a99eab400f
5 changed files with 222 additions and 3 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
vim.pack.add({
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
{ src = "https://github.com/stevearc/oil.nvim", name = "oil.nvim" },
{ src = "https://github.com/nvim-tree/nvim-web-devicons", name = "web-dev-devicons"},
})