simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 97 forks source link

Crash on open on macOS/tmux/nvim #202

Closed Auratelience closed 1 year ago

Auratelience commented 1 year ago

Hi Simrat

Getting the following error code when trying to open: Error executing lua ...vim/plugins/symbols-outline.nvim/lua/symbols-outline.lua:307: attempt to index field 'view' (a nil value)

Thanks, Auratelience

Auratelience commented 1 year ago

Fixed. The install instructions weren't clear enough for me. Had to define opts separately, then call .setup(opts)