symbols-outline.nvim
symbols-outline.nvim copied to clipboard
Crash upon opening SQL files
Neovim version: 0.8.2
I am currently experiencing a Neovim crash under the following conditions:
- The
symbols-outline.nvim
plugin is installed, with default options - An SQL file is opened
Let me know if this is not simple to reproduce and I will make some time to create a minimal reproduction.
Which sql language server are you using?
Ha! After looking, I do not have an sql language server installed!
I realize now that I had assumed that symbols-outline.nvim used treesitter rather than lsp.
So, perhaps the bug is instead the crash of neovim when attempting to run symbols-outline.nvim when the current file has no language server.