projects
/
vim-lsp.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vim-lsp.git
2023-03-21
ycycyyc
fix: using \C to force matching complete item
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Merge pull request #169 from andlrc/multiple-diags
commit
|
commitdiff
|
tree
2023-03-20
Andreas Louv
Add test to confirm the correct diagnostic is found...
commit
|
commitdiff
|
tree
2023-03-20
Andreas Louv
Add simple test to confirm multiple diagnostics can...
commit
|
commitdiff
|
tree
2023-03-20
Andreas Louv
Add support for multiple diagnostics per line
commit
|
commitdiff
|
tree
2023-03-20
Andreas Louv
Fix typescript tests
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Disable typescript server tests
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Use the correct count for diags error
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Update the path to Vim
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Failed to install nodejs
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Add support for typescript language server tests.
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Merge pull request #163 from andlrc/respect-isIncomplet...
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Merge pull request #165 from andlrc/jump-to-proper...
commit
|
commitdiff
|
tree
2023-03-20
Yegappan Lakshmanan
Merge pull request #166 from andlrc/only-add-mark-when...
commit
|
commitdiff
|
tree
2023-03-19
Andreas Louv
Don't add two entries to the jump list when jumping...
commit
|
commitdiff
|
tree
2023-03-19
Andreas Louv
Don't filter completion items if the server reports...
commit
|
commitdiff
|
tree
2023-03-19
Andreas Louv
Jump to the proper column when jumping to diagnostics
commit
|
commitdiff
|
tree
2023-03-19
Andreas Louv
Respect "isIncomplete" when omni completing
commit
|
commitdiff
|
tree
2023-03-18
Yegappan Lakshmanan
Merge pull request #161 from andlrc/naive-attempt-to...
commit
|
commitdiff
|
tree
2023-03-18
Andreas Louv
Add naive support for textEdit
commit
|
commitdiff
|
tree
2023-03-17
Yegappan Lakshmanan
Add support for using the 'formatexpr' option to format...
commit
|
commitdiff
|
tree
2023-03-15
Yegappan Lakshmanan
Merge pull request #157 from Shane-XB-Qian/pr_autocompl...
commit
|
commitdiff
|
tree
2023-03-15
shane.xb.qian
fix: using stridx with tolower instead
commit
|
commitdiff
|
tree
2023-03-15
Yegappan Lakshmanan
Merge pull request #158 from Shane-XB-Qian/pr_user_data...
commit
|
commitdiff
|
tree
2023-03-15
shane.xb.qian
fix: user_data of compl item maybe not a dict
commit
|
commitdiff
|
tree
2023-03-15
shane.xb.qian
fix: should allow autocompl items icase work and be...
commit
|
commitdiff
|
tree
2023-03-15
Yegappan Lakshmanan
Remove the completion matches that doesn't start with...
commit
|
commitdiff
|
tree
2023-03-15
Yegappan Lakshmanan
Merge pull request #155 from Shane-XB-Qian/pr_test_asse...
commit
|
commitdiff
|
tree
2023-03-15
Yegappan Lakshmanan
Merge pull request #156 from Shane-XB-Qian/pr_ci_upd_no...
commit
|
commitdiff
|
tree
2023-03-15
shane.xb.qian
fix: upgrade ci checkout node version
commit
|
commitdiff
|
tree
2023-03-15
shane.xb.qian
fix: should be better using assert_match for popup...
commit
|
commitdiff
|
tree
2023-03-14
Yegappan Lakshmanan
Merge pull request #151 from andlrc/dont-use-textEdit...
commit
|
commitdiff
|
tree
2023-03-14
Andreas Louv
Don't use textEdit.newText, as textEdit.range isn't...
commit
|
commitdiff
|
tree
2023-03-14
Yegappan Lakshmanan
Merge pull request #153 from andlrc/fix/badge-icon
commit
|
commitdiff
|
tree
2023-03-14
Yegappan Lakshmanan
Merge pull request #152 from andlrc/find_ident
commit
|
commitdiff
|
tree
2023-03-14
Andreas Louv
Fix the unit test badge src
commit
|
commitdiff
|
tree
2023-03-14
Andreas Louv
Scan for the closest identifier under the cursor when...
commit
|
commitdiff
|
tree
2023-03-14
Yegappan Lakshmanan
Merge pull request #150 from andlrc/send-charcol-to...
commit
|
commitdiff
|
tree
2023-03-13
Andreas Louv
Send charcol when requesting code action
commit
|
commitdiff
|
tree
2023-03-12
Yegappan Lakshmanan
Handle LocationLink type properly and update the test...
commit
|
commitdiff
|
tree
2023-03-12
Yegappan Lakshmanan
Merge pull request #120 from andlrc/partially-typed...
commit
|
commitdiff
|
tree
2023-03-12
Yegappan Lakshmanan
Merge pull request #149 from andlrc/145-fix-showDiagOnS...
commit
|
commitdiff
|
tree
2023-03-12
Andreas Louv
Fix "showDiagOnStatusLine", as it didn't work
commit
|
commitdiff
|
tree
2023-03-12
Andreas Louv
Remove dead code
commit
|
commitdiff
|
tree
2023-03-11
Yegappan Lakshmanan
Use string interpolation and single quoted strings
commit
|
commitdiff
|
tree
2023-03-11
Yegappan Lakshmanan
Merge pull request #147 from andlrc/automate-rename
commit
|
commitdiff
|
tree
2023-03-11
Andreas Louv
Make it possible to provide a new name directly to...
commit
|
commitdiff
|
tree
2023-03-11
Yegappan Lakshmanan
Merge pull request #146 from andlrc/automate-lspcodeaction
commit
|
commitdiff
|
tree
2023-03-11
Yegappan Lakshmanan
Merge branch 'main' into automate-lspcodeaction
commit
|
commitdiff
|
tree
2023-03-11
Yegappan Lakshmanan
Merge pull request #144 from andlrc/hideCodeActions
commit
|
commitdiff
|
tree
2023-03-11
Andreas Louv
Make it possible to specify a name, pattern or number...
commit
|
commitdiff
|
tree
2023-03-11
Andreas Louv
Make it possible to hide disabled code actions with...
commit
|
commitdiff
|
tree
2023-03-10
Andreas Louv
Sort and group options in more intuitive way
commit
|
commitdiff
|
tree
2023-03-10
Yegappan Lakshmanan
Merge pull request #142 from andlrc/linkSupport
commit
|
commitdiff
|
tree
2023-03-09
Andreas Louv
Support partially typing the omni completed keyword
commit
|
commitdiff
|
tree
2023-03-09
Andreas Louv
Add support for "capabilities.*.linkSupport"
commit
|
commitdiff
|
tree
2023-03-09
Yegappan Lakshmanan
Merge pull request #140 from andlrc/add-support-for...
commit
|
commitdiff
|
tree
2023-03-07
Andreas Louv
Add test for "customNotificationHandlers"
commit
|
commitdiff
|
tree
2023-03-07
Andreas Louv
Add support for "customNotificationHandlers"
commit
|
commitdiff
|
tree
2023-03-07
Yegappan Lakshmanan
Fix warning messages seen with the lua language server
commit
|
commitdiff
|
tree
2023-03-06
Yegappan Lakshmanan
Fix test failure in jumping to a tag
commit
|
commitdiff
|
tree
2023-03-06
Yegappan Lakshmanan
Merge pull request #138 from ilango100/main
commit
|
commitdiff
|
tree
2023-03-06
Ilango Rajagopal
fix: Use string interpolation
commit
|
commitdiff
|
tree
2023-03-05
Yegappan Lakshmanan
Merge pull request #139 from andlrc/ignore-typescript...
commit
|
commitdiff
|
tree
2023-03-05
Andreas Louv
Ignore TypeScript language server custom notification
commit
|
commitdiff
|
tree
2023-03-05
Ilango Rajagopal
fix: Use character position in TagFunc
commit
|
commitdiff
|
tree
2023-03-04
Yegappan Lakshmanan
Ignore the $/progress notification message from some...
commit
|
commitdiff
|
tree
2023-02-25
Yegappan Lakshmanan
Merge pull request #136 from dezza/diagLineHL
commit
|
commitdiff
|
tree
2023-02-25
Yegappan Lakshmanan
Merge pull request #132 from Shane-XB-Qian/pr_codeactio...
commit
|
commitdiff
|
tree
2023-02-15
Christoffer...
improve docs, fix incorrect comment
commit
|
commitdiff
|
tree
2023-02-14
Christoffer...
fix
commit
|
commitdiff
|
tree
2023-02-14
Christoffer...
forgot
commit
|
commitdiff
|
tree
2023-02-14
Christoffer...
lint
commit
|
commitdiff
|
tree
2023-02-14
Christoffer...
lspOptions: diagLineHL
commit
|
commitdiff
|
tree
2023-01-12
shane.xb.qian
fix: codeaction command of cmd maybe not existed
commit
|
commitdiff
|
tree
2022-12-21
Yegappan Lakshmanan
Merge pull request #116 from Shane-XB-Qian/pr_lsp_hl_ov
commit
|
commitdiff
|
tree
2022-12-21
shane.xb.qian
revert hl of 'LspOutlineHighlight' back to 'Search...
commit
|
commitdiff
|
tree
2022-12-21
shane.xb.qian
revert hl of 'LspTextRef' back to 'Search' (yellow)
commit
|
commitdiff
|
tree
2022-12-21
shane.xb.qian
fix: make the wait a bit longer // seems clangd maybe...
commit
|
commitdiff
|
tree
2022-12-21
shane.xb.qian
fix: make lsp outline kw hl be not overrode by cursorli...
commit
|
commitdiff
|
tree
2022-12-21
shane.xb.qian
fix: make lsp hl not be overrode by cursorline
commit
|
commitdiff
|
tree
2022-12-21
Yegappan Lakshmanan
Merge pull request #121 from Shane-XB-Qian/pr_inlayhint...
commit
|
commitdiff
|
tree
2022-12-21
Yegappan Lakshmanan
Merge pull request #118 from andlrc/main
commit
|
commitdiff
|
tree
2022-12-15
Yegappan Lakshmanan
Merge pull request #123 from hardselius/main
commit
|
commitdiff
|
tree
2022-12-15
Martin Hardselius
Remove early bailout check
commit
|
commitdiff
|
tree
2022-12-11
Yegappan Lakshmanan
Merge pull request #119 from craigmac/main
commit
|
commitdiff
|
tree
2022-12-08
shane.xb.qian
fix: inlayhints kind can be omitted
commit
|
commitdiff
|
tree
2022-11-30
C.D. MacEachern
Add g:loaded_lsp variable for easy detection
commit
|
commitdiff
|
tree
2022-11-30
Andreas Louv
Sort the diagnostics by line number when populating...
commit
|
commitdiff
|
tree
2022-11-27
Yegappan Lakshmanan
When starting to edit a file, update the inlay hints
commit
|
commitdiff
|
tree
2022-11-27
Yegappan Lakshmanan
Passing multiple text property types to prop_remove...
commit
|
commitdiff
|
tree
2022-11-27
Yegappan Lakshmanan
Check whether the current buffer has a LSP server befor...
commit
|
commitdiff
|
tree
2022-11-27
Yegappan Lakshmanan
Ignore errors when clearing the highlight text properties
commit
|
commitdiff
|
tree
2022-11-27
Yegappan Lakshmanan
Support the inlay hints kind specified in the standard
commit
|
commitdiff
|
tree
2022-11-27
Yegappan Lakshmanan
Add support for displaying clangd inlay hints
commit
|
commitdiff
|
tree
2022-11-24
Yegappan Lakshmanan
Alphabetically sort the commands in the plugin
commit
|
commitdiff
|
tree
2022-11-24
Yegappan Lakshmanan
Rename the lsp server debug log file name
commit
|
commitdiff
|
tree
2022-11-24
Yegappan Lakshmanan
Update documentation
commit
|
commitdiff
|
tree
2022-11-24
Yegappan Lakshmanan
Show the language server capabilities in a scratch...
commit
|
commitdiff
|
tree
2022-11-24
Yegappan Lakshmanan
Fix test failure
commit
|
commitdiff
|
tree
next