mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 06:24:42 -05:00
feat(update): update
This commit is contained in:
18
lua/plugins/navigation-oil.lua
Normal file
18
lua/plugins/navigation-oil.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
"stevearc/oil.nvim",
|
||||
---@module "oil"
|
||||
---@module oil.setupOpts
|
||||
dependencies = { "nvim-mini/mini.icons" },
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("oil").setup({
|
||||
default_file_explorer = true,
|
||||
columns = {
|
||||
"icon",
|
||||
},
|
||||
keymaps = {
|
||||
["g."] = { "actions.toggle_hidden", mode = "n"}
|
||||
}
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user