added nvim
This commit is contained in:
parent
02fe17d9a1
commit
975099489a
34 changed files with 1523 additions and 0 deletions
23
.config/nvim/lua/plugins/oil.lua
Normal file
23
.config/nvim/lua/plugins/oil.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
return {
|
||||
"stevearc/oil.nvim",
|
||||
---@module 'oil'
|
||||
---@type oil.SetupOpts
|
||||
opts = {
|
||||
default_file_explorer = true,
|
||||
delete_to_trash = true,
|
||||
columns = {
|
||||
"icon",
|
||||
"size",
|
||||
-- TODO:
|
||||
-- Add a keybind to toggle permissions view?
|
||||
-- There's a recipe for this in the docs
|
||||
-- "permissions",
|
||||
},
|
||||
keymaps = {
|
||||
-- ["<BS>"] = "actions.parent",
|
||||
},
|
||||
},
|
||||
-- Optional dependencies
|
||||
dependencies = { { "echasnovski/mini.icons", opts = {} } },
|
||||
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue