mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 14:52:04 +00:00
Update 2025-10-31
update 2025-10-08 chore: update readme Update 2025-10-09 Update 2025-10-15 Update 2025-10-22 Update 2025-10-31
This commit is contained in:
30
lua/plugins/aerial.lua
Normal file
30
lua/plugins/aerial.lua
Normal file
@@ -0,0 +1,30 @@
|
||||
return {
|
||||
"stevearc/aerial.nvim",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
cmd = {
|
||||
"AerialToggle",
|
||||
"AerialOpen",
|
||||
"AerialOpenAll",
|
||||
"AerialClose",
|
||||
"AerialCloseAll",
|
||||
"AerialNext",
|
||||
"AerialPrev",
|
||||
"AerialGo",
|
||||
"AerialInfo",
|
||||
"AerialNavToggle",
|
||||
"AerialNavOpen",
|
||||
"AerialNavClose",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>b", vim.cmd.AerialToggle, desc = "Toggle Tagbar" },
|
||||
},
|
||||
opts = {
|
||||
layout = {
|
||||
default_direction = "right",
|
||||
min_width = { 30, 0.1 },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user