]> Sergey Matveev's repositories - vim-lsp.git/commit
Move all the LSP diagnostic functions to diag.vim and add tests for LSP diagnostics
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 11 Jan 2022 05:21:00 +0000 (21:21 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 11 Jan 2022 05:21:00 +0000 (21:21 -0800)
commit88bb45546655e10b21c401489c2494142e904aec
tree8d4a11f6788f70eeeb44acc6944e1c20518054e5
parent830cfb4232dcdad84e2e79b2b3d3001c6216ed53
Move all the LSP diagnostic functions to diag.vim and add tests for LSP diagnostics
autoload/diag.vim
autoload/handlers.vim
autoload/lsp.vim
autoload/lspserver.vim
autoload/util.vim
test/test_lsp.vim