]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2022-03-08 Sergey VlasovAdd support for LspSwitchSourceHeader command
2022-03-08 Yegappan LakshmananWhen jumping to a symbol definition, reuse the current...
2022-02-21 Yegappan LakshmananRename Hover function to avoid name conflicts
2022-02-21 Yegappan LakshmananHandle a null reply from the LSP server properly
2022-02-20 Yegappan LakshmananFix typo in popup menu name
2022-02-20 Yegappan LakshmananDirectly use the function name as funcref instead of...
2022-02-19 Yegappan LakshmananRemove the s: prefix for script local functions
2022-02-18 Yegappan LakshmananMove the autoload files into the lsp subdirectory
2022-02-18 Yegappan LakshmananAdd support for the LspServerRestart command to restart...
2022-02-16 Yegappan LakshmananRemove s: prefix in a few more places
2022-02-13 Yegappan LakshmananIn Vim9 scripts, s: prefix is not supported for script...
2022-02-10 Yegappan LakshmananRemove s: prefix from script-local functions
2022-02-08 Yegappan LakshmananChange the script-local function names to start with...
2022-02-06 Yegappan LakshmananWhen running tests, make the LSP calls synchronous
2022-02-05 Yegappan LakshmananUpdate the active parameter in the signature popup...
2022-02-05 Yegappan LakshmananMove the signature help function to a separate file
2022-02-05 Yegappan LakshmananAdd suppport for expanding and shrinking the visual...
2022-02-03 Yegappan LakshmananUse global functions instead of funcref variables for...
2022-02-03 Yegappan LakshmananAdd support for the LspCalling and LspCalledBy commands
2022-02-02 Yegappan LakshmananTest fails with the latest Vim
2022-02-02 Yegappan LakshmananVim9 no longer supports # in function names. Use global...
2022-01-27 Yegappan LakshmananUse the proper type for args (patch from Shane-XB-Qian)
2022-01-27 Yegappan LakshmananRemove the failing omni completion test
2022-01-27 Yegappan LakshmananMerge pull request #34 from kohnish/ignoremissing
2022-01-27 Yegappan LakshmananMerge pull request #37 from kohnish/args
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-26 kohnishAllow empty arguments by default
2022-01-24 kohnishOption to ignore missing server
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
next