]> Sergey Matveev's repositories - vim-lsp.git/commit
Make it possible to use the quickfix list for locations
authorAndreas Louv <andreas@louv.dk>
Sat, 1 Apr 2023 18:42:05 +0000 (20:42 +0200)
committerAndreas Louv <andreas@louv.dk>
Sat, 1 Apr 2023 20:13:44 +0000 (22:13 +0200)
commitf0a8e3201221aebcc5848a4243e4177e40c7d9fb
tree0c34af47f7cfd8add86a4b6404d3837fcd40d23a
parent4d79ee0be643c259c9cc076d331f1a56854b23f9
Make it possible to use the quickfix list for locations

Locations can come from ":LspShowReferences" but also
":LspGotoDefinition", when there are multiple matches.
autoload/lsp/options.vim
autoload/lsp/symbol.vim
doc/lsp.txt