]> Sergey Matveev's repositories - vim-lsp.git/commit
Add the ":LspDiag" command and add sub-commands for the various Lsp
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 11 Jul 2023 02:29:14 +0000 (19:29 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 11 Jul 2023 02:29:14 +0000 (19:29 -0700)
commit58a93a2b93302a9a63cb1df2ae3b1b1b88cbb1c5
tree70edf2d4c2da6463835016a7515c9a928663dcf6
parent6e4ba228eaa0770470060d8d47a360bd05a04ee5
Add the ":LspDiag" command and add sub-commands for the various Lsp
diagnostic functionality.  Update the test scripts to use the new set of
commands.  Add support for dynamically changing the value of the
diagnostic options.  Remove the ":LspDiagHighlightEnable" and the
":LspDiagHighlightDisable" commands (these are replaced by the ":LspDiag
highlight" command)
README.md
autoload/lsp/diag.vim
autoload/lsp/inlayhints.vim
autoload/lsp/lsp.vim
autoload/lsp/options.vim
doc/lsp.txt
plugin/lsp.vim
test/clangd_offsetencoding.vim
test/clangd_tests.vim
test/common.vim