feat(working): first working condition

This commit is contained in:
darwincereska
2025-11-19 08:59:51 -05:00
parent 5a5c81eb60
commit c86f52f5fb
31 changed files with 789 additions and 283 deletions

View File

@@ -2,10 +2,17 @@ return {
"stevearc/oil.nvim",
---@module "oil"
---@module oil.setupOpts
opts = {},
dependencies = { "nvim-mini/mini.icons" },
lazy = false,
config = function()
require("config.plugin.oil")
require("oil").setup({
default_file_explorer = true,
columns = {
"icon",
},
keymaps = {
["g."] = { "actions.toggle_hidden", mode = "n"}
}
})
end,
}