]> Sergey Matveev's repositories - vim-lsp.git/history - autoload
Add the ":LspDiag" command and add sub-commands for the various Lsp
[vim-lsp.git] / autoload /
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 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-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 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 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 LakshmananNot able to use :LspHover with 'keywordprg'
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-06 Yegappan LakshmananMerge pull request #336 from Shane-XB-Qian/fix_util_get...
2023-06-06 shane.xb.qianfix: util.GetBufOneLine is a bit useless
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 PalyaFix merge issue
2023-06-01 Girish PalyaAdd support for hrsh7th/vim-vsnip snippets
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 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 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
2023-05-23 Yegappan LakshmananGet the resolveProvider capability only if completionPr...
2023-05-23 Yegappan LakshmananMerge pull request #320 from andlrc/omni-compl-and...
2023-05-22 Andreas LouvRespect when "&completeopt" doesn't contain "preview"
2023-05-22 Andreas LouvAdd support for lazy documentation and omni completion
2023-05-22 Yegappan LakshmananMerge pull request #306 from andlrc/custom-ref-highlight
2023-05-22 Andreas LouvDon't override visual selection, hlsearch etc, when...
2023-05-22 Andreas LouvMake it possible to define custom ref highlights
2023-05-21 Yegappan LakshmananMerge pull request #318 from andlrc/process-diags
2023-05-21 Yegappan LakshmananMerge branch 'main' into process-diags
2023-05-21 Yegappan LakshmananUpdate comment to mention the list of unhandled server...
2023-05-21 Yegappan LakshmananMerge pull request #310 from andlrc/customrequesthandlers
2023-05-21 Yegappan LakshmananMerge branch 'main' into customrequesthandlers
2023-05-21 Yegappan LakshmananMerge pull request #309 from girishji/ignore_jdtls_request
2023-05-21 Yegappan LakshmananMerge pull request #312 from guildem/feature/readme
2023-05-21 Yegappan LakshmananMerge pull request #316 from ubaldot/docs_examples_to_vim9
2023-05-21 Yegappan LakshmananMerge pull request #303 from newtonne/fix-link
2023-05-21 Yegappan LakshmananMerge pull request #314 from techntools/fix/return...
2023-05-20 Andreas LouvAdd error checking for the config "processDiagHandler"
2023-05-20 Andreas LouvAdd the server config "processDiagHandler"
2023-05-18 Santosh BandichodeRemove return after throw
2023-05-17 Andreas LouvAdd support for custom request handlers
next