feat: Line numbers next to symbols for quick jumping

See reasoning in:
simrat39/symbols-outline.nvim#212

This feature is turned off by default to avoid clutter, and many users
might not want this feature on by default.
This commit is contained in:
hedy
2023-11-08 08:02:42 +08:00
parent 03859e9ab5
commit 0e785762f7
4 changed files with 138 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ M.defaults = {
show_relative_numbers = false,
show_cursorline = true,
show_symbol_details = true,
show_symbol_lineno = false,
preview_bg_highlight = 'Pmenu',
winblend = 0,
autofold_depth = nil,