]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2023-05-14 newtonneDefault keepFocusInDiags to false
2023-05-14 newtonneadd tests
2023-05-14 newtonneAdd `keepFocusInDiags` option
2023-05-14 Yegappan LakshmananMerge pull request #298 from inetic/cygpath
2023-05-13 Peter JankuliakUpdate comment
2023-05-11 Peter JankuliakSimplify cygwin path conversions
2023-05-09 Yegappan LakshmananUpdate the README file with a link to the omnisharp...
2023-05-09 Yegappan LakshmananMerge pull request #297 from inetic/cygwin-file-to-uri
2023-05-09 Peter JankuliakStyle changes
2023-05-08 Peter JankuliakAdapt LspFileTorUri for Cygwin
2023-05-01 Yegappan LakshmananMerge pull request #293 from berggeist/add-headline...
2023-05-01 berggeistAdd headline to language server message
2023-04-27 Yegappan LakshmananMerge pull request #289 from andlrc/remove-if-around...
2023-04-27 Yegappan LakshmananMerge pull request #290 from andlrc/always-send-initOpts
2023-04-27 Andreas LouvAlways send "initializationOptions"
2023-04-27 Andreas LouvRemove option checks around prop_ declarations
2023-04-23 Yegappan LakshmananMerge pull request #284 from greeschenko/main
2023-04-23 Oleksiy Hryshchenkofix if
2023-04-23 Yegappan LakshmananSave the server textDocumentSync capability
2023-04-23 Oleksiy Hryshchenkoadded requested changes
2023-04-22 Yegappan LakshmananUpdate README.md
2023-04-22 Yegappan LakshmananUpdate the readme file
2023-04-22 Yegappan LakshmananAdding inlay hints results in error if the text is...
2023-04-21 Oleksiy Hryshchenkoadd useBufferCompletion option
2023-04-21 Oleksiy Hryshchenkoadd words from current buffer to completion list
2023-04-21 Yegappan LakshmananMerge pull request #283 from berggeist/cleanup-diagnost...
2023-04-21 berggeistCleanup of code duplications for diagnostics.
2023-04-21 Yegappan LakshmananUse filterText to filter the completion matches. Move...
2023-04-21 Yegappan LakshmananIn Vim9 scripts, 'ignorecase' is not used for compariso...
2023-04-21 Yegappan LakshmananMerge pull request #282 from lithammer/sort-by-sortText
2023-04-20 Peter LithammerSort complete items based on `sortText`
2023-04-19 Yegappan LakshmananMerge pull request #280 from andlrc/stop-error-when...
2023-04-19 Yegappan LakshmananMerge pull request #279 from andlrc/ignore-hl-invalid...
2023-04-18 Andreas LouvReturn empty completion set in case omni-completion...
2023-04-18 Andreas LouvPrevent raising errors when highlight arrive for delete...
2023-04-18 Yegappan LakshmananMerge pull request #278 from kalmiz/fix-diagshighlighte...
2023-04-18 Zoltan KalmarRemove extra `endif` from DiagsHighlightEnable
2023-04-17 Yegappan LakshmananUse case sensitive comparison for command names and...
2023-04-17 Yegappan LakshmananMerge pull request #273 from berggeist/add-align-option...
2023-04-16 Yegappan LakshmananAdd tests for :LspServer command error cases.
2023-04-16 Yegappan LakshmananMerge pull request #277 from andlrc/feat/add-count...
2023-04-16 Andreas LouvAdd example of count in the docs
2023-04-16 Andreas LouvAdd test
2023-04-16 Andreas LouvAdd count to Lsp{Goto,Peek}-commands
2023-04-16 Yegappan LakshmananChange domain to feature
2023-04-16 Yegappan LakshmananChange assert_match() to assert_equal()
2023-04-16 Yegappan LakshmananMerge pull request #263 from Shane-XB-Qian/feat_util_ms...
2023-04-16 Yegappan LakshmananMerge pull request #276 from andlrc/feat/add-count...
2023-04-16 Yegappan LakshmananMerge pull request #275 from andlrc/use-lambda-instead...
2023-04-16 Yegappan LakshmananMerge pull request #264 from Shane-XB-Qian/fix_tidy_echom
2023-04-16 shane.xb.qianfix: adjust some test for err/wrn msg
2023-04-16 shane.xb.qianfix: adjust err/wrn msg in test
2023-04-16 shane.xb.qianfeat: tidy err/wrn msg
2023-04-16 shane.xb.qianfix: tidy echom to InfoMsg
2023-04-16 shane.xb.qianfix: gave ntf info msg when/if no lsp servers for cur buf
2023-04-16 shane.xb.qiannone: safeguard the log level
2023-04-16 shane.xb.qianfix: tidy the echom msg to InfoMsg
2023-04-16 Andreas LouvAdd documentation for "<count>LspOutline"
2023-04-16 Andreas LouvMake ":<count>LspOutline" work like "outlineWinSize"
2023-04-16 Andreas LouvAdd test for "outlineWinSize"
2023-04-16 Andreas LouvMove the "fname" argument to the end by using a lambda
2023-04-16 Yegappan LakshmananMerge pull request #267 from andlrc/fix/raise-hover...
2023-04-16 Andreas LouvRaise an error if no hover server is found
2023-04-16 Yegappan LakshmananMerge pull request #274 from andlrc/chore/add-more...
2023-04-16 Yegappan LakshmananMerge pull request #269 from andlrc/feat/add-mods-to...
2023-04-16 berggeistResolves review comments of initial PR
2023-04-16 Andreas LouvAdd examples and references to the two options that...
2023-04-16 Andreas LouvAdd <mods> to ":LspHighlight"
2023-04-16 Andreas LouvAdd error message to "LspHighlight"
2023-04-16 berggeistAdds option to align diagnostics virtual text
2023-04-16 Yegappan LakshmananMerge pull request #272 from andlrc/fix/listen-for...
2023-04-16 Yegappan LakshmananMerge pull request #270 from andlrc/feat/add-mods-to...
2023-04-16 Yegappan LakshmananMerge pull request #266 from andlrc/feat/add-mods-to...
2023-04-16 Andreas LouvAdd an autocmd for the LSP servers internal ID
2023-04-16 Andreas LouvAdd test for outline window position
2023-04-16 Andreas LouvMake it possible to out-out of vert splits
2023-04-16 Andreas LouvAdd <mods> to ":LspOutline"
2023-04-16 Andreas LouvAdd <mods> to hover
2023-04-16 Yegappan LakshmananMerge pull request #265 from Shane-XB-Qian/fix_clangd_v...
2023-04-16 shane.xb.qianfix: to fix flaky test result/failure at local vs ci
2023-04-15 Yegappan LakshmananMerge pull request #261 from andlrc/add-runIfSearch
2023-04-15 Andreas LouvAdd "runUnlessSearch" which is the opposite of "runIfSe...
2023-04-15 Andreas LouvAdd "runIfSearch" to as make "rootSearch" only have...
2023-04-15 Yegappan LakshmananMerge pull request #258 from andlrc/disable-diags-for...
2023-04-15 Andreas LouvMake it possible to disable diagnostics for a specific...
2023-04-15 Andreas LouvMake it possible to disable langauge server features
2023-04-15 Yegappan LakshmananMerge pull request #257 from greeschenko/main
2023-04-14 Oleksiy Hryshchenkosmall fix for ultisnip description
2023-04-14 Yegappan LakshmananMerge pull request #255 from andlrc/only-attach-compl...
2023-04-14 Andreas LouvInitialize completion when all server capabilities...
2023-04-14 Yegappan LakshmananMerge pull request #254 from Shane-XB-Qian/fix_misc_tid...
2023-04-14 shane.xb.qiannone: remove '->resolve()'
2023-04-14 shane.xb.qiannone: remove writable check in ClearTraceLogs
2023-04-14 shane.xb.qiannone: correct completionTextEdit doc tag
2023-04-14 shane.xb.qianfix: resolve symlink in case
2023-04-14 shane.xb.qianfix: no lsp server prefix-name to identify ws
2023-04-14 shane.xb.qiannone: tidy doc
2023-04-14 shane.xb.qianfix: log fs path was not correct
2023-04-14 Yegappan LakshmananMerge pull request #231 from andlrc/feat/multiple-servers
2023-04-14 Andreas LouvMake SetTrace support multiple servers
next