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 100 forks source link

E5108: Error executing lua #155

Closed ftamhar closed 2 years ago

ftamhar commented 2 years ago

This morning (18 August 2022, UTC+8) I got this error after update symbols-outline. The command that I execute is :SymbolsOutline

I open golang project.

E5108: Error executing lua ...vim/plugged/symbols-outline.nvim/lua/symbols-outli stack traceback: ...vim/plugged/symbols-outline.nvim/lua/symbols-outline.lua:307: in func [string ":lua"]:1: in main chunk

simrat39 commented 2 years ago

Pretty sure it's cause you're not calling setup. This was recently changed so see the setup part of the readme

simrat39 commented 2 years ago

https://github.com/simrat39/symbols-outline.nvim#setup