]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2022-01-16 kohnishOptional vim-lsc like behaviours
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
2021-02-27 Yegappan LakshmananWhen the hover popup text is MarkedString, split the...
2021-02-26 Yegappan LakshmananFix a problem with extending a dict with different...
2021-02-25 Yegappan LakshmananIgnore language/status notification
2021-02-25 Yegappan LakshmananRename the omni-completion variables for clarity
2021-02-25 Yegappan LakshmananMerge pull request #3 from Shane-XB-Qian/main
2021-02-24 shane.xb.qianTo allow user can disable omnicompl for specific ft.
2021-02-20 Yegappan LakshmananMerge pull request #1 from Shane-XB-Qian/main
2021-02-20 shane.xb.qianMdf dup kw or helptag failed.
2021-02-18 Yegappan LakshmananUpdate README.md
2021-02-16 Yegappan LakshmananPass the completion trigger kind
2021-02-16 Yegappan LakshmananAdd signs for diagnostic messages after insert mode...
2021-02-01 Yegappan LakshmananAdd support for 24x7 completion and omni-completion
2021-01-29 Yegappan LakshmananInstead of always trying to complete symbols, use omni...
2021-01-28 Yegappan LakshmananPostpone placing signs for diagnostic messages in inser...
2021-01-26 Yegappan LakshmananFix off-by-one error
2021-01-26 Yegappan LakshmananTrigger insert mode completion automatically
2021-01-26 Yegappan LakshmananUse LineNr highlighting for signature as it is more...
2021-01-20 Yegappan LakshmananUse location list instead of quickfix list
2021-01-18 Yegappan LakshmananAdd new test. Use the method syntax in more places
2021-01-18 Yegappan LakshmananUpdate the documentation. Clear the outline window...
2021-01-17 Yegappan LakshmananUse the new Vim function to get/set cursor based on...
2021-01-12 Yegappan LakshmananUse mapnew() instead of map() and check for null LSP...
2021-01-10 Yegappan LakshmananAdd commands for jumping to first/next/previous diagnos...
2021-01-06 Yegappan LakshmananWhen new diagnostics is received, clear signs only...
2021-01-06 Yegappan LakshmananSwitch to using new syntax for a lambda function
2021-01-06 Yegappan LakshmananAdd signs for each of the LSP diagnostic line
2021-01-05 Yegappan LakshmananUpdate Readme.md
2021-01-05 Yegappan LakshmananUpdate comments
2021-01-04 Yegappan LakshmananAdditional updates
2021-01-04 Yegappan LakshmananUpdate readme
2021-01-04 Yegappan LakshmananUpdate readme
2021-01-04 Yegappan LakshmananUpdate help and readme
2021-01-04 Yegappan LakshmananDisplay child symbols in the outline window
2021-01-03 Yegappan LakshmananAdd support for highlighting current symbol in the...
2021-01-03 Yegappan LakshmananMinor refactoring
2021-01-03 Yegappan LakshmananUse a popup menu for searching for workspace wide symbols
2021-01-02 Yegappan LakshmananFix problem in showing symbols in a document
2021-01-02 Yegappan LakshmananFix errors with latest Vim9 changes
2021-01-01 Yegappan LakshmananPass additional client capabilities during initialization
2020-12-31 Yegappan LakshmananPass the buffer number for sending saved file notification
2020-12-31 Yegappan LakshmananAdd support selection ranges and folding
2020-12-31 Yegappan LakshmananMore refactoring
2020-12-31 Yegappan LakshmananRefactor the code
2020-12-31 Yegappan LakshmananRefactor the code
2020-12-30 Yegappan LakshmananAdd support for workspace folders
2020-12-30 Yegappan LakshmananAdd support for displaying workspace symbols
next