mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
Problem: Not able to open document symbols for different buffers
Solution: Use the location list as default.
To switch back to previous behavior (qflist):
vim.lsp.buf.document_symbol({ loclist = false })
Fixes: #31832