]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2023-03-12 Yegappan LakshmananMerge pull request #149 from andlrc/145-fix-showDiagOnS...
2023-03-12 Andreas LouvFix "showDiagOnStatusLine", as it didn't work
2023-03-12 Andreas LouvRemove dead code
2023-03-11 Yegappan LakshmananUse string interpolation and single quoted strings
2023-03-11 Yegappan LakshmananMerge pull request #147 from andlrc/automate-rename
2023-03-11 Andreas LouvMake it possible to provide a new name directly to...
2023-03-11 Yegappan LakshmananMerge pull request #146 from andlrc/automate-lspcodeaction
2023-03-11 Yegappan LakshmananMerge branch 'main' into automate-lspcodeaction
2023-03-11 Yegappan LakshmananMerge pull request #144 from andlrc/hideCodeActions
2023-03-11 Andreas LouvMake it possible to specify a name, pattern or number...
2023-03-11 Andreas LouvMake it possible to hide disabled code actions with...
2023-03-10 Andreas LouvSort and group options in more intuitive way
2023-03-10 Yegappan LakshmananMerge pull request #142 from andlrc/linkSupport
2023-03-09 Andreas LouvAdd support for "capabilities.*.linkSupport"
2023-03-09 Yegappan LakshmananMerge pull request #140 from andlrc/add-support-for...
2023-03-07 Andreas LouvAdd test for "customNotificationHandlers"
2023-03-07 Andreas LouvAdd support for "customNotificationHandlers"
2023-03-07 Yegappan LakshmananFix warning messages seen with the lua language server
2023-03-06 Yegappan LakshmananFix test failure in jumping to a tag
2023-03-06 Yegappan LakshmananMerge pull request #138 from ilango100/main
2023-03-06 Ilango Rajagopalfix: Use string interpolation
2023-03-05 Yegappan LakshmananMerge pull request #139 from andlrc/ignore-typescript...
2023-03-05 Andreas LouvIgnore TypeScript language server custom notification
2023-03-05 Ilango Rajagopalfix: Use character position in TagFunc
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
next