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

Show symbols defined in other files #226

Open augustocdias opened 1 year ago

augustocdias commented 1 year ago

The plugin currently shows the outline of the symbols in the current buffer. Some languages allow to spread the definition of symbols across different files (for ex rust). It would be nice if the outline could show those symbols as well.