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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user