Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hedyhli/outline.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Nov 12, 2023
2 parents 965a384 + 1efb2c5 commit f0ab2cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/symbols-outline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ Default values are shown:
outline_window = {
-- Where to open the split window: right/left
position = 'right',
-- Only in this fork:
-- The default split commands used are 'topleft vs' and 'botright vs'
-- depending on `position`. You can change this by providing your own
-- `split_command`.
-- `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'.
split_command = nil,

-- Percentage or integer of columns
width = 25,
-- Whether width is relative to the total width of nvim
Expand Down Expand Up @@ -495,6 +504,8 @@ TIPS *symbols-outline-tips*
3. Icons table
A fallback is always used if the previous candidate returned either an empty
string or a falsey value.
- You can customize the split command used for creating the outline window split
using `outline_window.split_command`, such as `"topleft vsp"`. See |windows|


RECIPES *symbols-outline-recipes*
Expand Down

0 comments on commit f0ab2cc

Please sign in to comment.