chore(vimdoc): Auto update

This commit is contained in:
hedyhli
2024-05-02 12:57:31 +00:00
committed by github-actions[bot]
parent 1c8b164c4d
commit a6f58c81ce

View File

@@ -1,4 +1,4 @@
*outline.txt* For NVIM v0.7.0 Last change: 2024 March 16
*outline.txt* For NVIM v0.7.0 Last change: 2024 May 02
==============================================================================
Table of Contents *outline-table-of-contents*
@@ -132,10 +132,12 @@ Show defaults ~
-- `position` will not be considered if `split_command` is non-nil.
-- This should be a valid vim command used for opening the split for the
-- outline window. Eg, 'rightbelow vsplit'.
-- Width can be included (with will override the width setting below):
-- Eg, `topleft 20vsp` to prevent a flash of windows when resizing.
split_command = nil,
-- Percentage or integer of columns
width = 25,
width = 25,
-- Whether width is relative to the total width of nvim
-- When relative_width = true, this means take 25% of the total
-- screen width for outline window.
@@ -271,7 +273,7 @@ Show defaults ~
-- These keymaps can be a string or a table for multiple keys.
-- Set to `{}` to disable. (Using 'nil' will fallback to default keys)
keymaps = {
keymaps = {
show_help = '?',
close = {'<Esc>', 'q'},
-- Jump to symbol under cursor.