symbols-outline.nvim icon indicating copy to clipboard operation
symbols-outline.nvim copied to clipboard

Crash upon opening SQL files

Open dhazel opened this issue 2 years ago • 2 comments

Neovim version: 0.8.2

I am currently experiencing a Neovim crash under the following conditions:

  1. The symbols-outline.nvim plugin is installed, with default options
  2. 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.

dhazel avatar Jan 19 '23 19:01 dhazel

Which sql language server are you using?

simrat39 avatar Feb 05 '23 00:02 simrat39

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.

dhazel avatar Feb 06 '23 19:02 dhazel