Adding fugitive and changing catpuccin to frappe.

This commit is contained in:
calcu1on
2025-03-30 22:21:49 -04:00
parent 3bdf68fb70
commit 2a0dd567b9
5 changed files with 36 additions and 22 deletions

View File

@@ -3,7 +3,14 @@ return {
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {},
opts = {
view_options = {
show_hidden = true,
is_always_hidden = function(name, _)
return name == "node_modules" or name == ".git"
end,
},
},
-- Optional dependencies
dependencies = { { "echasnovski/mini.icons", opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons