simrat39 63c3eadde5 outline: Return of the guides
- Code is a super duper mess but it works pretty well rn, supports
  extremely nested structures
2021-04-21 16:26:43 -07:00
2021-04-21 16:26:43 -07:00
2021-04-19 19:44:28 -07:00
2021-04-20 16:47:25 -07:00

symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.

demo

Prerequisites

  • neovim 0.5+ (nightly)

Installation

using vim-plug

Plug 'simrat39/symbols-outline.nvim'

Setup

local opts = {
    -- whether to highlight the currently hovered symbol
    -- disable if your cpu usage is higher than you want it
    -- or you just hate the highlight
    -- default: true
    highlight_hovered_item = true,
}

require('symbols-outline').setup(opts)

Commands

SymbolsOutline 

Keymaps

Escape --> Close Outline
Enter --> GoTo Symbol location in code
Description
Navigate code with an outline sidebar. Forked from symbols-outline.nvim.
Readme MIT 1 MiB
Languages
Lua 100%