]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2023-07-11 Magnus GroßDo not rely on vim's locale in tests
2023-07-11 Magnus GroßEnforce disabled autoHighlightDiags when aleSupport...
2023-07-11 Magnus GroßNever show diagnostics when they are disabled
2023-07-11 Yegappan LakshmananAdd the ":LspDiag" command and add sub-commands for...
2023-07-09 Yegappan LakshmananDiags are not highlighted after a buffer is reloaded
2023-07-08 Yegappan LakshmananFix test failure
2023-07-08 Yegappan LakshmananAdd support for enabling/disabling inlay hints
2023-07-06 Yegappan LakshmananTest fail with older Vim versions
2023-07-06 Yegappan LakshmananError loading the plugin if OptionsSet() function is...
2023-07-04 Yegappan LakshmananIgnore unsupported pyright language server notification...
2023-07-04 Yegappan LakshmananAdd basic support for InsertReplaceEdit in completion...
2023-07-04 Yegappan LakshmananDict key access optimizations
2023-07-04 Yegappan LakshmananUse the current encoding for the completion popup menu...
2023-07-01 Yegappan LakshmananMinor optimizations
2023-07-01 Yegappan LakshmananWhen applying text edits and restoring eol, ignore...
2023-06-30 Yegappan LakshmananDon't check the capabilities for language servers which...
2023-06-29 Yegappan LakshmananAdd an option (showDiagWithSign) to enable/disable...
2023-06-27 Yegappan LakshmananSelect the current symbol when opening the peek symbol...
2023-06-25 Yegappan LakshmananUse the FileType autocmd to start the LSP server for...
2023-06-25 Yegappan LakshmananWhen using multiple language servers, check for the...
2023-06-25 Yegappan LakshmananMerge pull request #347 from girishji/buffer-completion...
2023-06-25 Girish PalyaOptimize dict lookup
2023-06-25 Girish PalyaImproved
2023-06-25 Girish PalyaMake buffer completion responsive for large files
2023-06-24 Yegappan LakshmananMinor optimization
2023-06-24 Yegappan LakshmananAdd support for displaying symbols in the current file...
2023-06-18 Yegappan LakshmananMove snippet related code to a separate file
2023-06-18 Yegappan LakshmananSupport using a particular offset encoding in LSP messages
2023-06-18 Yegappan LakshmananSilence the messages when loading new buffers
2023-06-18 Yegappan LakshmananUpdate the check for the presence of a diags location...
2023-06-18 Yegappan LakshmananDecode symbol location only when needed
2023-06-18 Yegappan LakshmananCursor not positioned correctly when jumping to a symbo...
2023-06-18 Yegappan Lakshmanan:LspSymbolSeach command doesn't support command modifie...
2023-06-18 Yegappan LakshmananNot able to set language server trace level during...
2023-06-17 Yegappan LakshmananAdd a function to get all the diagnostics in a buffer
2023-06-17 Yegappan LakshmananUpdate diags location list when the diags for the buffe...
2023-06-17 Yegappan LakshmananFix hover test failure
2023-06-17 Yegappan LakshmananNot able to use :LspHover with 'keywordprg'
2023-06-17 Yegappan LakshmananMerge pull request #343 from Shane-XB-Qian/fix_test_con...
2023-06-17 shane.xb.qianfix: test conflict failure
2023-06-17 Yegappan LakshmananAdd support for UTF-8 and UTF-16 offset encoding
2023-06-10 Yegappan LakshmananMerge pull request #340 from Shane-XB-Qian/fix_super_is...
2023-06-10 shane.xb.qianfix: 'super' is a keyword cannot use
2023-06-09 Yegappan LakshmananMerge pull request #334 from vimpostor/ale
2023-06-09 Yegappan LakshmananMerge branch 'main' into ale
2023-06-07 Yegappan LakshmananSome lines in the plugin help text exceed 79 characters
2023-06-06 Yegappan LakshmananMerge pull request #336 from Shane-XB-Qian/fix_util_get...
2023-06-06 Yegappan LakshmananMerge pull request #335 from Shane-XB-Qian/fix_correct_...
2023-06-06 Yegappan LakshmananMerge pull request #337 from Shane-XB-Qian/fix_test_con...
2023-06-06 shane.xb.qianfix: test conflict failure
2023-06-06 shane.xb.qianfix: util.GetBufOneLine is a bit useless
2023-06-06 shane.xb.qianfix: correct test fs gitignore
2023-06-06 Yegappan LakshmananFix test failure
2023-06-06 Yegappan LakshmananFix test failures
2023-06-05 Yegappan LakshmananProperly support multibyte characters with composing...
2023-06-02 Magnus GroßAdd Ale integration support
2023-06-02 Magnus GroßUse getbufoneline() in GetLineByteFromPos
2023-06-01 Yegappan LakshmananMerge pull request #332 from girishji/vim-vsnip-support
2023-06-01 Girish PalyaUse string evaluation
2023-06-01 Girish PalyaCorrection
2023-06-01 Girish PalyaChange to '->' method call syntax
2023-06-01 Yegappan LakshmananMerge pull request #333 from girishji/buffer-compl
2023-06-01 Girish PalyaFix bug where buffer completion spams
2023-06-01 Girish PalyaEnchance documentation
2023-06-01 Girish PalyaEnhance documentation
2023-06-01 Girish PalyaFix merge issue
2023-06-01 Girish PalyaAdd support for hrsh7th/vim-vsnip snippets
2023-06-01 Yegappan LakshmananFix test failure
2023-06-01 Yegappan Lakshmanangetbufoneline() is supported only starting from Vim...
2023-06-01 Yegappan LakshmananMerge pull request #331 from vimpostor/completepopup
2023-06-01 Yegappan LakshmananMerge pull request #330 from vimpostor/getbufoneline
2023-06-01 Yegappan LakshmananMerge pull request #329 from vimpostor/continue-missing...
2023-06-01 Yegappan LakshmananMerge pull request #328 from inetic/cygpath-cache
2023-05-31 Magnus GroßUnify completepopup settings
2023-05-31 Magnus GroßUse getbufoneline() where applicable
2023-05-31 Magnus GroßSkip invalid servers instead of aborting in LspAddServer()
2023-05-29 Peter JankuliakMinor refactor
2023-05-28 Yegappan LakshmananUse method calling syntax
2023-05-28 Yegappan LakshmananMarkdown text in a completion popup window is not prope...
2023-05-28 Peter JankuliakCache full paths in LspFileToUri
2023-05-28 Peter JankuliakSpeed up cygwin path transformation.
2023-05-27 Yegappan LakshmananFix test failures
2023-05-27 Yegappan LakshmananIn the LSP client capabilities, use 'markdown' first...
2023-05-27 Yegappan LakshmananError message about a language server not supporting...
2023-05-25 Yegappan LakshmananMerge pull request #326 from andlrc/conditional-prop...
2023-05-25 Andreas LouvConditionally override cursor for props when "&cursorli...
2023-05-24 Yegappan LakshmananMerge pull request #302 from newtonne/focus-fix
2023-05-24 Yegappan LakshmananMerge pull request #325 from andlrc/refactor/golsp...
2023-05-24 Andreas LouvSave bufnr() in a variable instead of inlining it
2023-05-24 Yegappan LakshmananMerge branch 'main' into focus-fix
2023-05-24 Yegappan LakshmananMerge pull request #301 from newtonne/loclist-fix
2023-05-23 newtonneupdate comment
2023-05-23 newtonnemove code to ShowAllDiags
2023-05-23 newtonneMerge branch 'main' into loclist-fix
2023-05-23 newtonnedefault to true and update tests
2023-05-23 newtonneMerge branch 'main' into focus-fix
2023-05-23 Yegappan LakshmananIgnore the '$/analyzerStatus' notification message...
2023-05-23 Yegappan LakshmananMerge pull request #321 from andlrc/add-priority-to...
2023-05-23 Andreas LouvAdd priority to inline diagnostics
2023-05-23 Andreas LouvAdd priority to signs
next