]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2023-03-20 Yegappan LakshmananMerge pull request #166 from andlrc/only-add-mark-when...
2023-03-19 Andreas LouvDon't add two entries to the jump list when jumping...
2023-03-18 Yegappan LakshmananMerge pull request #161 from andlrc/naive-attempt-to...
2023-03-18 Andreas LouvAdd naive support for textEdit
2023-03-17 Yegappan LakshmananAdd support for using the 'formatexpr' option to format...
2023-03-15 Yegappan LakshmananMerge pull request #157 from Shane-XB-Qian/pr_autocompl...
2023-03-15 shane.xb.qianfix: using stridx with tolower instead
2023-03-15 Yegappan LakshmananMerge pull request #158 from Shane-XB-Qian/pr_user_data...
2023-03-15 shane.xb.qianfix: user_data of compl item maybe not a dict
2023-03-15 shane.xb.qianfix: should allow autocompl items icase work and be...
2023-03-15 Yegappan LakshmananRemove the completion matches that doesn't start with...
2023-03-15 Yegappan LakshmananMerge pull request #155 from Shane-XB-Qian/pr_test_asse...
2023-03-15 Yegappan LakshmananMerge pull request #156 from Shane-XB-Qian/pr_ci_upd_no...
2023-03-15 shane.xb.qianfix: upgrade ci checkout node version
2023-03-15 shane.xb.qianfix: should be better using assert_match for popup...
2023-03-14 Yegappan LakshmananMerge pull request #151 from andlrc/dont-use-textEdit...
2023-03-14 Andreas LouvDon't use textEdit.newText, as textEdit.range isn't...
2023-03-14 Yegappan LakshmananMerge pull request #153 from andlrc/fix/badge-icon
2023-03-14 Yegappan LakshmananMerge pull request #152 from andlrc/find_ident
2023-03-14 Andreas LouvFix the unit test badge src
2023-03-14 Andreas LouvScan for the closest identifier under the cursor when...
2023-03-14 Yegappan LakshmananMerge pull request #150 from andlrc/send-charcol-to...
2023-03-13 Andreas LouvSend charcol when requesting code action
2023-03-12 Yegappan LakshmananHandle LocationLink type properly and update the test...
2023-03-12 Yegappan LakshmananMerge pull request #120 from andlrc/partially-typed...
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 LouvSupport partially typing the omni completed keyword
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
next