projects
/
vim-lsp.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vim-lsp.git
2025-02-18
Sergey Matveev
Rearrange workspaceConfiguration call
main
commit
|
commitdiff
|
tree
2025-01-21
berggeist
Add option to condense completion menu items. (#582)
commit
|
commitdiff
|
tree
2025-01-21
BenYip
Support custom locations request (#587)
commit
|
commitdiff
|
tree
2025-01-21
Piotr Usewicz
Set space to `<Space`> (#526)
commit
|
commitdiff
|
tree
2025-01-19
Yegappan Lakshmanan
Use a single line instead of multiple lines for a List
commit
|
commitdiff
|
tree
2025-01-17
Andrea Pappacoda
Support optional diagnostic severity (#585)
commit
|
commitdiff
|
tree
2024-11-18
DoI
Update README.md (#576)
commit
|
commitdiff
|
tree
2024-11-16
Yegappan Lakshmanan
Add support for scrolling the symbol popup window
commit
|
commitdiff
|
tree
2024-11-15
Enno
export function (#561)
commit
|
commitdiff
|
tree
2024-11-11
julien castelain
Do not check for digits in request.id (#572)
commit
|
commitdiff
|
tree
2024-10-03
Yegappan Lakshmanan
Add proper support for the 'window/showMessageRequest...
commit
|
commitdiff
|
tree
2024-10-01
Yegappan Lakshmanan
Add the ':LspDiag highlight toggle' command
commit
|
commitdiff
|
tree
2024-09-23
Yegappan Lakshmanan
Add support for toggling inlay hints
commit
|
commitdiff
|
tree
2024-09-23
Yegappan Lakshmanan
In insert and replace modes, use internal formatting
commit
|
commitdiff
|
tree
2024-09-22
Yegappan Lakshmanan
Use the LSPBufferAutocmds group for the internal LspSer...
commit
|
commitdiff
|
tree
2024-09-22
Yegappan Lakshmanan
Some LSP servers return null for the codeLensProvider...
commit
|
commitdiff
|
tree
2024-09-22
Maxim Yurevich
fix: wrap `didSaveFile` method with `try-finally` block...
commit
|
commitdiff
|
tree
2024-09-22
Nick Jensen
Use a copy of the server list when restarting (#540)
commit
|
commitdiff
|
tree
2024-09-22
Yegappan Lakshmanan
simplify the LSP server name comparison
commit
|
commitdiff
|
tree
2024-09-21
Enno
add lsp format operator mapping (#546)
commit
|
commitdiff
|
tree
2024-09-21
Quan Nguyen
Fix adding server multiple time (#531)
commit
|
commitdiff
|
tree
2024-09-21
Yegappan Lakshmanan
:LspFold doesn't fold the right set of lines
commit
|
commitdiff
|
tree
2024-09-21
Yegappan Lakshmanan
Use an older version of the rust analyzer in the CI...
commit
|
commitdiff
|
tree
2024-09-21
Yegappan Lakshmanan
Ignore the select callback in an empty document symbol...
commit
|
commitdiff
|
tree
2024-09-10
Ali Bazrafshan
Format code fragments appropriately (#547)
commit
|
commitdiff
|
tree
2024-09-10
Ali Bazrafshan
Fix typo in doc (#549)
commit
|
commitdiff
|
tree
2024-09-10
Magnus Groß
Do not require diagnostic severity for ale (#534)
commit
|
commitdiff
|
tree
2024-06-14
David Dominguez
Unescape non-breaking spaces (#514)
commit
|
commitdiff
|
tree
2024-06-14
Quan Nguyen
Add tags generation instruction to README and lsp.txt...
commit
|
commitdiff
|
tree
2024-05-08
Yegappan Lakshmanan
Merge pull request #498 from Shane-XB-Qian/feat_showMsgReq
commit
|
commitdiff
|
tree
2024-05-08
Yegappan Lakshmanan
Merge pull request #482 from nickspoons/wrap-diagnostics
commit
|
commitdiff
|
tree
2024-04-08
Nick Jensen
Add tests for :LspDiag nextWrap/prevWrap
commit
|
commitdiff
|
tree
2024-04-07
shane.xb.qian
feat: tmp impl 'showMessageRequest'
commit
|
commitdiff
|
tree
2024-04-04
Nick Jensen
Include new args in test assertion
commit
|
commitdiff
|
tree
2024-04-04
Yegappan Lakshmanan
Merge pull request #494 from maximyurevich/main
commit
|
commitdiff
|
tree
2024-04-03
Maxim Yurevich
fix: ignore unsupported notification messages from...
commit
|
commitdiff
|
tree
2024-03-31
Yegappan Lakshmanan
Merge pull request #492 from plainbowstring/main
commit
|
commitdiff
|
tree
2024-03-31
plainbowstring
ignore unsupported notification messages from omnisharp...
commit
|
commitdiff
|
tree
2024-03-18
Nick Jensen
Add LspDiag nextWrap and prevWrap command args
commit
|
commitdiff
|
tree
2024-03-15
Yegappan Lakshmanan
Merge pull request #475 from girishji/main
commit
|
commitdiff
|
tree
2024-03-13
Girish Palya
'Lazy doc' completion broken for omnifunc
commit
|
commitdiff
|
tree
2024-03-12
Yegappan Lakshmanan
When sending an executeCommand request to the server...
commit
|
commitdiff
|
tree
2024-02-26
Yegappan Lakshmanan
omni completion results in an error message after a...
commit
|
commitdiff
|
tree
2024-02-25
Yegappan Lakshmanan
completeItems item may not be present in omnicompletion...
commit
|
commitdiff
|
tree
2024-02-22
Yegappan Lakshmanan
Merge pull request #459 from ahnafalnafis/main
commit
|
commitdiff
|
tree
2024-02-21
Yegappan Lakshmanan
Add missing comma
commit
|
commitdiff
|
tree
2024-02-21
Yegappan Lakshmanan
When sending a successful response message to the LSP...
commit
|
commitdiff
|
tree
2024-02-20
Ahnaf Al Nafis
Improve popup window
commit
|
commitdiff
|
tree
2024-02-14
Yegappan Lakshmanan
Add support for the LspSetup user autocmd to add langua...
commit
|
commitdiff
|
tree
2024-02-11
Yegappan Lakshmanan
Add LspCodeAction tests for creating and renaming files
commit
|
commitdiff
|
tree
2024-02-11
Yegappan Lakshmanan
Add a simple rust language server test
commit
|
commitdiff
|
tree
2024-02-09
Yegappan Lakshmanan
Use the steps from rust analyze document for installation
commit
|
commitdiff
|
tree
2024-02-09
Yegappan Lakshmanan
Try installing the rust language server
commit
|
commitdiff
|
tree
2024-02-08
Yegappan Lakshmanan
When applying a text edit, add the buffer (it might...
commit
|
commitdiff
|
tree
2024-02-08
Yegappan Lakshmanan
Handle label in a signature help when it is a list
commit
|
commitdiff
|
tree
2024-02-08
Yegappan Lakshmanan
Merge pull request #449 from TheDreadedAndy/main
commit
|
commitdiff
|
tree
2024-02-08
Andrew Spaulding
Added README and help information for diagVirtualTextWrap
commit
|
commitdiff
|
tree
2024-02-06
Yegappan Lakshmanan
Process the padding value in inlay hints
commit
|
commitdiff
|
tree
2024-02-06
Yegappan Lakshmanan
Merge pull request #450 from girishji/main
commit
|
commitdiff
|
tree
2024-02-06
Girish Palya
remove empty line
commit
|
commitdiff
|
tree
2024-02-06
Girish Palya
BUG: omnifuc throws E716
commit
|
commitdiff
|
tree
2024-02-06
Andrew Spaulding
Added an option for configuring the wrapping mode of...
commit
|
commitdiff
|
tree
2024-02-05
Yegappan Lakshmanan
Ignore unsupported notification messages from ccls...
commit
|
commitdiff
|
tree
2024-02-05
Yegappan Lakshmanan
Merge pull request #448 from girishji/main
commit
|
commitdiff
|
tree
2024-02-04
Girish Palya
Changes as requested
commit
|
commitdiff
|
tree
2024-02-01
Girish Palya
Correctly handle keys inside symbol popup window
commit
|
commitdiff
|
tree
2024-01-30
Girish Palya
Improve signature popup window
commit
|
commitdiff
|
tree
2024-01-25
Yegappan Lakshmanan
Merge pull request #446 from darkseid-is/main
commit
|
commitdiff
|
tree
2024-01-25
Yegappan Lakshmanan
Add support for renaming and deleting files
commit
|
commitdiff
|
tree
2024-01-24
Yegappan Lakshmanan
Creating a file using workspaceedit is not supported
commit
|
commitdiff
|
tree
2024-01-24
darkseid
Add an extra space to LspInlayHintsParam to make it...
commit
|
commitdiff
|
tree
2024-01-20
Yegappan Lakshmanan
Merge pull request #444 from darkseid-is/patch-2
commit
|
commitdiff
|
tree
2024-01-19
darkseid-is
Fix typo in lsp.txt
commit
|
commitdiff
|
tree
2024-01-18
Yegappan Lakshmanan
Update instructions for using vim-plug to install the...
commit
|
commitdiff
|
tree
2024-01-18
Yegappan Lakshmanan
Revert "Update instructions for using vim-plug to insta...
commit
|
commitdiff
|
tree
2024-01-18
Yegappan Lakshmanan
Update instructions for using vim-plug to install the...
commit
|
commitdiff
|
tree
2024-01-17
Yegappan Lakshmanan
Merge pull request #441 from Song-Tianxiang/patch-1
commit
|
commitdiff
|
tree
2024-01-17
Song-Tianxiang
press <Esc> to close popup window
commit
|
commitdiff
|
tree
2024-01-16
Yegappan Lakshmanan
Merge pull request #442 from Konfekt/patch-2
commit
|
commitdiff
|
tree
2024-01-16
Enno
change order of vim-plug initialization commands
commit
|
commitdiff
|
tree
2024-01-16
Song-Tianxiang
fix hover popup-filter, remove redundant code
commit
|
commitdiff
|
tree
2024-01-15
Yegappan Lakshmanan
Add support for scrolling the hover popup window. ...
commit
|
commitdiff
|
tree
2024-01-09
Yegappan Lakshmanan
Merge pull request #439 from darkseid-is/patch-1
commit
|
commitdiff
|
tree
2024-01-09
darkseid-is
Fix typo in README.md
commit
|
commitdiff
|
tree
2024-01-04
Yegappan Lakshmanan
Merge pull request #429 from Shane-XB-Qian/none_chk_com...
commit
|
commitdiff
|
tree
2024-01-04
Yegappan Lakshmanan
Merge pull request #434 from DanielViberg/main
commit
|
commitdiff
|
tree
2024-01-03
Daniel Viberg
Added filterCompletionDuplicates to readme
commit
|
commitdiff
|
tree
2024-01-03
Daniel Viberg
Added doc for new option filterCompletionDuplicates
commit
|
commitdiff
|
tree
2024-01-03
Yegappan Lakshmanan
Merge pull request #431 from Shane-XB-Qian/refine_actio...
commit
|
commitdiff
|
tree
2024-01-02
Daniel Viberg
Added option for removing duplicate completion items
commit
|
commitdiff
|
tree
2023-12-31
shane.xb.qian
none: refine code action regex a bit
commit
|
commitdiff
|
tree
2023-12-26
Yegappan Lakshmanan
Upgrade checkout github actions to v4. Run unit-tests...
commit
|
commitdiff
|
tree
2023-12-26
shane.xb.qian
none: compl item sel
commit
|
commitdiff
|
tree
2023-12-25
Yegappan Lakshmanan
When displaying completion documentation, check the...
commit
|
commitdiff
|
tree
2023-12-20
Yegappan Lakshmanan
Merge pull request #426 from girishji/main
commit
|
commitdiff
|
tree
2023-12-20
Girish Palya
requested change
commit
|
commitdiff
|
tree
2023-12-20
Yegappan Lakshmanan
Merge pull request #427 from Shane-XB-Qian/fix_cfg_get_...
commit
|
commitdiff
|
tree
2023-12-20
shane.xb.qian
fix: check cfg get len
commit
|
commitdiff
|
tree
2023-12-20
Yegappan Lakshmanan
Merge pull request #425 from DanielViberg/main
commit
|
commitdiff
|
tree
2023-12-20
Girish Palya
Remove E1013 error when lsp sends kind=null
commit
|
commitdiff
|
tree
next