]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2023-03-05 Yegappan LakshmananMerge pull request #139 from andlrc/ignore-typescript...
2023-03-05 Andreas LouvIgnore TypeScript language server custom notification
2023-03-04 Yegappan LakshmananIgnore the $/progress notification message from some...
2023-02-25 Yegappan LakshmananMerge pull request #136 from dezza/diagLineHL
2023-02-25 Yegappan LakshmananMerge pull request #132 from Shane-XB-Qian/pr_codeactio...
2023-02-15 Christoffer... improve docs, fix incorrect comment
2023-02-14 Christoffer... fix
2023-02-14 Christoffer... forgot
2023-02-14 Christoffer... lint
2023-02-14 Christoffer... lspOptions: diagLineHL
2023-01-12 shane.xb.qianfix: codeaction command of cmd maybe not existed
2022-12-21 Yegappan LakshmananMerge pull request #116 from Shane-XB-Qian/pr_lsp_hl_ov
2022-12-21 shane.xb.qianrevert hl of 'LspOutlineHighlight' back to 'Search...
2022-12-21 shane.xb.qianrevert hl of 'LspTextRef' back to 'Search' (yellow)
2022-12-21 shane.xb.qianfix: make the wait a bit longer // seems clangd maybe...
2022-12-21 shane.xb.qianfix: make lsp outline kw hl be not overrode by cursorli...
2022-12-21 shane.xb.qianfix: make lsp hl not be overrode by cursorline
2022-12-21 Yegappan LakshmananMerge pull request #121 from Shane-XB-Qian/pr_inlayhint...
2022-12-21 Yegappan LakshmananMerge pull request #118 from andlrc/main
2022-12-15 Yegappan LakshmananMerge pull request #123 from hardselius/main
2022-12-15 Martin HardseliusRemove early bailout check
2022-12-11 Yegappan LakshmananMerge pull request #119 from craigmac/main
2022-12-08 shane.xb.qianfix: inlayhints kind can be omitted
2022-11-30 C.D. MacEachernAdd g:loaded_lsp variable for easy detection
2022-11-30 Andreas LouvSort the diagnostics by line number when populating...
2022-11-27 Yegappan LakshmananWhen starting to edit a file, update the inlay hints
2022-11-27 Yegappan LakshmananPassing multiple text property types to prop_remove...
2022-11-27 Yegappan LakshmananCheck whether the current buffer has a LSP server befor...
2022-11-27 Yegappan LakshmananIgnore errors when clearing the highlight text properties
2022-11-27 Yegappan LakshmananSupport the inlay hints kind specified in the standard
2022-11-27 Yegappan LakshmananAdd support for displaying clangd inlay hints
2022-11-24 Yegappan LakshmananAlphabetically sort the commands in the plugin
2022-11-24 Yegappan LakshmananRename the lsp server debug log file name
2022-11-24 Yegappan LakshmananUpdate documentation
2022-11-24 Yegappan LakshmananShow the language server capabilities in a scratch...
2022-11-24 Yegappan LakshmananFix test failure
2022-11-24 Yegappan LakshmananThe prefix characters used in the call hierarchy tree...
2022-11-24 Yegappan LakshmananAdd support for browsing the call hierarchy tree.
2022-11-20 Yegappan LakshmananAdjust the symbol popup window attributes
2022-11-20 Yegappan LakshmananUse a popup window instead of the preview window to...
2022-11-20 Yegappan LakshmananWhen jumping to a LSP location, retrieve the file name...
2022-11-20 Yegappan LakshmananAdd support for displaying type hiearchy in a popup...
2022-11-18 Yegappan LakshmananMerge pull request #115 from Shane-XB-Qian/pr_completio...
2022-11-18 Yegappan LakshmananMerge pull request #114 from Shane-XB-Qian/pr_workspace...
2022-11-18 shane.xb.qianfix: change to method calling style
2022-11-17 shane.xb.qianfix: check citem type and make sure it is dict
2022-11-17 shane.xb.qianfix: item of completionItem/resolve perhaps is null
2022-11-17 shane.xb.qianfeat: make workspace/workspaceFolders really work and...
2022-11-16 Yegappan LakshmananAddress a few FIXMEs
2022-11-15 Yegappan LakshmananModify LspOptionsGet() to return a copy of the plugin...
2022-11-15 Yegappan LakshmananMerge pull request #106 from Shane-XB-Qian/pr_access_ls...
2022-11-15 shane.xb.qianreturn entire lsp options instead of specific one
2022-11-15 shane.xb.qianupd 'LspOptionsGet' doc
2022-11-15 shane.xb.qianadding 'OptionsGet' func
2022-11-15 Yegappan LakshmananUse the method calling convention for builtin functions...
2022-11-15 Yegappan LakshmananMerge pull request #112 from Shane-XB-Qian/pr_correct_c...
2022-11-15 shane.xb.qianfix: compl item maybe is 'string'!
2022-11-14 Yegappan LakshmananMerge pull request #111 from Shane-XB-Qian/pr_tiny_corr...
2022-11-14 shane.xb.qianfix: tiny correction
2022-11-14 Yegappan LakshmananMerge pull request #110 from Shane-XB-Qian/pr_reply_may...
2022-11-14 shane.xb.qianadding err msg when/if reply no result
2022-11-14 Yegappan LakshmananMerge pull request #109 from Shane-XB-Qian/pr_mkd_break...
2022-11-14 Yegappan LakshmananMerge pull request #107 from Shane-XB-Qian/pr_chk_item_...
2022-11-14 shane.xb.qianfix: somehow 'reply' may not have 'result' (or not...
2022-11-14 shane.xb.qianfix: the markdown break line maybe ugly
2022-11-14 shane.xb.qianfix: should check type of complete_item.doc
2022-11-13 Yegappan LakshmananMinor optimization in omni-completion
2022-11-13 Yegappan LakshmananMerge pull request #105 from techntools/fix/key-check
2022-11-13 Santosh BandichodeCheck for dict type before checking for keys
2022-11-13 Yegappan LakshmananMove completed related functions to the completion...
2022-11-13 Yegappan LakshmananMerge pull request #104 from rcasta74/lspmarkdown
2022-11-12 Roberto CastagnolaUse markdown parser with hover popup
2022-11-12 Roberto CastagnolaAdd markdown parser
2022-11-12 Yegappan LakshmananRemove debug message
2022-11-12 Yegappan LakshmananSimplify the check for server capabilities
2022-11-11 Yegappan LakshmananMerge pull request #101 from Shane-XB-Qian/pr_correct_t...
2022-11-11 shane.xb.qiangit ignore test/results.txt and test/Xtest.{c,cpp}
2022-11-11 shane.xb.qianfix: correct/refine run test sh script
2022-11-11 Yegappan LakshmananAdd support for specifying a range to the LspCodeAction...
2022-11-11 Yegappan LakshmananStop running the tests if clangd is not ready
2022-11-11 Yegappan LakshmananMerge pull request #102 from Shane-XB-Qian/pr_ci_clangd_14
2022-11-11 shane.xb.qianci: complacence with clangd-14 and more robust code
2022-11-11 shane.xb.qianci: install clangd-14 complacence with ubuntu ver
2022-11-11 shane.xb.qianfix: (test case) try to specific ubuntu version complia...
2022-11-09 Yegappan LakshmananMerge pull request #100 from Shane-XB-Qian/pr_chk_of_di...
2022-11-09 shane.xb.qianfix: correct the 'didSave' check
2022-11-09 Yegappan LakshmananUpdate the client capabilities. Correctly check for...
2022-11-07 Yegappan LakshmananMerge pull request #99 from Shane-XB-Qian/pr_codeaction...
2022-11-07 shane.xb.qianfeat: make code action popup can be selected by item...
2022-11-06 Yegappan LakshmananAdding lsp servers through VimEnter autocmd with Plug...
2022-11-06 Yegappan LakshmananEmpty options dict for completionProvider in server...
2022-11-06 Yegappan LakshmananMerge pull request #96 from Shane-XB-Qian/pr_correct_co...
2022-11-06 shane.xb.qianfix: refine code action doc
2022-11-06 Yegappan LakshmananAdd support for adding custom handlers for LSP code...
2022-11-03 Yegappan LakshmananSupport command modifiers for LspGotoDefinition, LspGot...
2022-11-02 Yegappan LakshmananWhen peeking a symbol definition, declaration, etc...
2022-10-31 Yegappan LakshmananMerge pull request #93 from atgote/autocomplete-with...
2022-10-31 Yegappan LakshmananMerge pull request #94 from atgote/main
2022-10-31 Andrei TihonovschiinitializationOptions and doc corrections
2022-10-31 Andrei TihonovschiAdd CompleteDone handler to execute text edits
next