mirror of
https://github.com/neovim/neovim.git
synced 2025-12-21 13:55:36 +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