feat: replace aerial with outline
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"hedyhli/outline.nvim",
|
||||
lazy = true,
|
||||
cmd = { "Outline", "OutlineOpen" },
|
||||
keys = { -- Example mapping to toggle outline
|
||||
{ "<leader>o", "<cmd>Outline<CR>", desc = "Toggle outline" },
|
||||
},
|
||||
opts = {
|
||||
outline_window = {
|
||||
relative_width = false,
|
||||
split_command = "aboveleft 40vsp",
|
||||
focus_on_open = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user