]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2022-01-27 Yegappan LakshmananUpdate the loop that waits for matches for omni-completion
2022-01-27 Yegappan LakshmananMerge pull request #35 from kohnish/jumpfix
2022-01-24 kohnishCtrl + O coming back to wrong location when jump was...
2022-01-22 Yegappan LakshmananAdd test for LspShowSignature
2022-01-22 Yegappan LakshmananAdd test for LspHover
2022-01-22 Yegappan LakshmananUse the command name in the test function name
2022-01-22 Yegappan LakshmananFix test failure
2022-01-22 Yegappan LakshmananAdd a test for LspHighlight
2022-01-22 Yegappan LakshmananGithub action covimerage doesn't work for Vim9 scripts
2022-01-22 Yegappan LakshmananUse the latest Ubuntu version for coverage
2022-01-22 Yegappan LakshmananInstall the latest Vim for unit tests
2022-01-22 Yegappan LakshmananInstall latest Vim for running the tests
2022-01-22 Yegappan LakshmananEnable code coverage
2022-01-22 Yegappan LakshmananAdd a command to display LSP server capabilities. Add...
2022-01-22 Yegappan LakshmananFix import failure
2022-01-22 Yegappan LakshmananAdd commands to enable/disable highlighting diagnostics...
2022-01-21 Yegappan LakshmananMissing return value in the omnifunc function
2022-01-20 Yegappan LakshmananSkip remote files
2022-01-19 Yegappan LakshmananWhen running the tests, invoke Vim with the --not-a...
2022-01-18 Yegappan LakshmananAfter displaying the signature popup, the LSP commands...
2022-01-17 Yegappan LakshmananDisable the GotoImpl test
2022-01-17 Yegappan LakshmananWait for LspGotoImpl to complete
2022-01-17 Yegappan LakshmananWhen jumping to the location of a symbol, wait for...
2022-01-17 Yegappan LakshmananDisable the failing test
2022-01-17 Yegappan LakshmananIncrease delay
2022-01-17 Yegappan LakshmananDisplay where a exception is thrown
2022-01-17 Yegappan LakshmananIncrease the delay for the LSP server to respond
2022-01-17 Yegappan LakshmananAdd test for jumping to symbol location
2022-01-17 Yegappan LakshmananAdd the unit test status badge to README
2022-01-17 Yegappan LakshmananAfter LSP server initialization is complete, request...
2022-01-17 Yegappan LakshmananChange clangd to clangd-12
2022-01-17 Yegappan LakshmananWait for the LSP server to become ready before running...
2022-01-17 Yegappan LakshmananWait for the LSP server to start
2022-01-17 Yegappan LakshmananUse clangd-12
2022-01-17 Yegappan LakshmananUse setup-clang action
2022-01-17 Yegappan Lakshmananclangd is not found
2022-01-17 Yegappan LakshmananTry using clangd-12
2022-01-17 Yegappan LakshmananUse WaitForAssert() to support slow systems
2022-01-17 Yegappan LakshmananIncrease the delay to 1 second in the test
2022-01-17 Yegappan LakshmananDisplay where clangd is installed
2022-01-17 Yegappan LakshmananUse clangd package instead of clangd-13
2022-01-17 Yegappan LakshmananAdd github action to run unit tests
2022-01-17 Yegappan LakshmananAdd scripts to run the unit tests
2022-01-16 Yegappan LakshmananError when loading the plugin
2022-01-16 Yegappan LakshmananMerge pull request #30 from kohnish/vim-lsc-like-behaviour
2022-01-16 kohnishOptional vim-lsc like behaviours
2022-01-16 Yegappan LakshmananMove the functions to display symbol references and...
2022-01-16 Yegappan LakshmananMerge pull request #29 from kohnish/keep_focus_on_refer...
2022-01-16 kohnishOption to disable switching window on show references
2022-01-16 Yegappan LakshmananReference window is always opened in a vertically split...
2022-01-16 Yegappan LakshmananAdd support for peeking the list of references to a...
2022-01-16 Yegappan LakshmananAdd support for peeking symbol definition, declaration...
2022-01-16 Yegappan LakshmananMake LSP selection range always use a characterwise...
2022-01-16 Yegappan LakshmananMerge pull request #28 from kohnish/cmd_exec
2022-01-15 kohnishCheck for executability for a LSP command instead
2022-01-14 Yegappan LakshmananUpdate test
2022-01-14 Yegappan LakshmananMove the text edit and code action functions to a separ...
2022-01-12 Yegappan LakshmananMove the outline window related functions to outline.vim
2022-01-12 Yegappan LakshmananMove the workspace-wide symbol search functions to...
2022-01-11 Yegappan LakshmananNot able to use one exported function from another...
2022-01-11 Yegappan LakshmananMove all the LSP diagnostic functions to diag.vim and...
2022-01-09 Yegappan LakshmananRename buf.vim to diag.vim
2022-01-09 Yegappan LakshmananLSP plugin doesn't work after the change to the Vim9...
2021-11-23 Yegappan LakshmananMerge pull request #25 from indelog/indelog_fix_hover_kind
2021-11-21 IndelogFix get hover kind from the first test
2021-11-21 IndelogFix deletebufline() end with $
2021-11-21 IndelogFix : no need to check kind for hover reply in preview
2021-11-21 IndelogFix indentation
2021-11-19 IndelogFix bad variable name
2021-11-19 IndelogFix indent style
2021-11-19 IndelogFix : Better ft detection for preview widow on hover...
2021-11-16 Yegappan LakshmananMerge pull request #22 from indelog/indelog_hover_preview
2021-11-16 IndelogSet option for hover in preview with new lspOptions
2021-11-16 indelogMerge branch 'main' into indelog_hover_preview
2021-11-15 Yegappan LakshmananUse symbol signature documentation field only if it...
2021-11-15 Yegappan LakshmananAdd missing lspoptions.vim and add an option for auto...
2021-11-14 Yegappan LakshmananAdd a space before function return type
2021-11-13 Yegappan LakshmananMove all the user configurable options to a dictionary...
2021-11-13 Yegappan LakshmananMerge pull request #23 from indelog/indelog_fix_uri_decoded
2021-11-13 Yegappan LakshmananMerge pull request #21 from indelog/indelog_error_count
2021-11-13 Yegappan LakshmananMerge pull request #20 from indelog/indelog_echo_sig
2021-11-12 IndelogFix : change doc text for LspHover
2021-11-12 IndelogFix : replace g:LSP_Hover_Reply_In_Preview by g:LSP_Hov...
2021-11-12 IndelogFix : code simplification
2021-11-12 IndelogFix : more readable error labels
2021-11-12 IndelogRe fix help
2021-11-12 IndelogFix help g:LSP_Echo_Signature
2021-11-11 IndelogFix util#LspUriToFile with handler#processDocSymbolReply
2021-11-11 IndelogAdd : possibility to get hover result in preview window
2021-11-11 IndelogAdd add function to get error count for the current...
2021-11-11 IndelogAdd : Possibility to echo signature in cmdline
2021-08-27 Yegappan LakshmananAdd top-level and popup menu for LSP in GUI
2021-08-27 Yegappan LakshmananConvert setbufvar() method call to a regular function...
2021-03-15 Yegappan LakshmananHandle some errors in processing invalid LSP server...
2021-03-14 Yegappan LakshmananHandle various errors when processing LSP server messages
2021-03-10 Yegappan LakshmananCheck for the status of LSP server channel before sendi...
2021-03-07 Yegappan LakshmananMerge branch 'main' of https://github.com/yegappan/lsp
2021-03-07 Yegappan LakshmananWhen jumping to a workspace symbol, save current locati...
2021-02-28 Yegappan LakshmananMerge pull request #8 from Shane-XB-Qian/disable_signtu...
2021-02-28 shane.xb.qiandisable auto showSignature
next