doc: small tweaks to layout of config options

This commit is contained in:
Steven Arcangeli 2022-10-21 20:34:36 -07:00
parent 57d7a56b00
commit d594909c4d
3 changed files with 9 additions and 12 deletions

View file

@ -357,7 +357,6 @@ require("aerial").setup({
on_attach = function(bufnr) end,
-- Call this function when aerial first sets symbols on a buffer.
-- Takes a single `bufnr` argument.
on_first_symbols = function(bufnr) end,
-- Automatically open aerial when entering supported buffers.
@ -370,12 +369,12 @@ require("aerial").setup({
-- When true, aerial will automatically close after jumping to a symbol
close_on_select = false,
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- The autocmds that trigger symbols update (not used for LSP backend)
update_events = "TextChanged,InsertLeave",
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- Customize the characters used when show_guides = true
guides = {
-- When the child item has a sibling below it

View file

@ -197,7 +197,6 @@ OPTIONS *aerial-option
on_attach = function(bufnr) end,
-- Call this function when aerial first sets symbols on a buffer.
-- Takes a single `bufnr` argument.
on_first_symbols = function(bufnr) end,
-- Automatically open aerial when entering supported buffers.
@ -210,12 +209,12 @@ OPTIONS *aerial-option
-- When true, aerial will automatically close after jumping to a symbol
close_on_select = false,
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- The autocmds that trigger symbols update (not used for LSP backend)
update_events = "TextChanged,InsertLeave",
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- Customize the characters used when show_guides = true
guides = {
-- When the child item has a sibling below it

View file

@ -183,7 +183,6 @@ local default_options = {
on_attach = function(bufnr) end,
-- Call this function when aerial first sets symbols on a buffer.
-- Takes a single `bufnr` argument.
on_first_symbols = function(bufnr) end,
-- Automatically open aerial when entering supported buffers.
@ -196,12 +195,12 @@ local default_options = {
-- When true, aerial will automatically close after jumping to a symbol
close_on_select = false,
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- The autocmds that trigger symbols update (not used for LSP backend)
update_events = "TextChanged,InsertLeave",
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- Customize the characters used when show_guides = true
guides = {
-- When the child item has a sibling below it