Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
vim-lsp
Making coding productive in vim and neovim via LSP
Collective -
Host: opensource -
https://opencollective.com/vim-lsp
- Code: https://github.com/prabirshrestha/vim-lsp
github.com/prabirshrestha/vim-lsp - 6db5bd6c3bbf2139b94b5f23df234f3fab5993d3 authored about 5 years ago by hiroebe <[email protected]>
* Filter completed items based on typed word
* Remove logs
* Only calculate typed_word onc...
github.com/prabirshrestha/vim-lsp - 0e811a287422786741849aa52614c11942227292 authored about 5 years ago by Thomas Faingnaert <[email protected]>Fix canceling visual-mode when folding enabled.
github.com/prabirshrestha/vim-lsp - a1860ae47624f4626bebd0af13803f004345a7f2 authored about 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 28efdd000391508662915c236bf8b72a2808736f authored about 5 years ago by hrsh7th <[email protected]>
* Add <plug>(lsp-document-range-format)
This binding defines an operator and can be used with...
github.com/prabirshrestha/vim-lsp - efff12608f334edcc6878ce9a790b136c7fa92c6 authored about 5 years ago by Timur Celik <[email protected]>github.com/prabirshrestha/vim-lsp - 19e5b083614d154b1984f19e6c362113aa3a78e5 authored about 5 years ago by Damien Radtke <[email protected]>
Ignore setting properties on unloaded buffer
github.com/prabirshrestha/vim-lsp - 7168f29c086fb02d85755530ca8d3ef410378241 authored about 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - b82958c1db3a0b0b9b3c2bed0d43c20c28284614 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
Hotfix for #455
github.com/prabirshrestha/vim-lsp - 403e99e00419becb71ecb357639ed38a15a00317 authored about 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 73968daf604497ba8d60203bd5021447b6f3fc6f authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
This option allows prepending characters or text to the diagnostics
which are display as virtua...
This fixes out-of-range error for l:locations[0].
github.com/prabirshrestha/vim-lsp - 47a883d7b2e11a6301312d9a3624bfb06062194b authored about 5 years ago by glenvt18 <[email protected]>* Fix cancelling insert mode
* Revert "get proper window number (#541)"
This reverts commi...
github.com/prabirshrestha/vim-lsp - 46af4cd6015a786877d58fc65802435d60d11e0c authored about 5 years ago by Thomas Faingnaert <[email protected]>This reverts commit 86bb8b3492727a6cc0c474251a2e4405fb2db418.
github.com/prabirshrestha/vim-lsp - 89fd2818fbe93ff10f636453978893228e5e3361 authored about 5 years ago by Thomas Faingnaert <[email protected]>github.com/prabirshrestha/vim-lsp - 86bb8b3492727a6cc0c474251a2e4405fb2db418 authored about 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - 8e849e1f552d647314b15c9c2c26a997e20869e1 authored about 5 years ago by Kazuhiro Miyahara <[email protected]>
Getting proper windows number when windows is splitted
github.com/prabirshrestha/vim-lsp - 59daf85d39188cdf59a8191e2108bbd0d761fe07 authored about 5 years ago by Kazuhiro Miyahara <[email protected]>github.com/prabirshrestha/vim-lsp - 3349cdc443d56064efb9ff460a220a9b568d36c2 authored about 5 years ago by Jack Guo <[email protected]>
github.com/prabirshrestha/vim-lsp - cc6074a62436aa0c5c352277f91573066996a089 authored over 5 years ago by Thomas Faingnaert <[email protected]>
* allow for MarkdownContent in completion info
* add check for correct type in MarkupContent
...
github.com/prabirshrestha/vim-lsp - d5ab74c91e59440a6429d17d42d8b98a32cf8e8a authored over 5 years ago by Christian Clason <[email protected]>
* allow customization of symbol_kinds
* allow customization of completion_item_kinds
* mak...
github.com/prabirshrestha/vim-lsp - 550c7eb95a5fc091b9d5b1c0a25947184dd44a51 authored over 5 years ago by Christian Clason <[email protected]>github.com/prabirshrestha/vim-lsp - a0b859d9aecaf395056799f1a066aa229f8bcb45 authored over 5 years ago by Prabir Shrestha <[email protected]>
Fix #516
github.com/prabirshrestha/vim-lsp - e23a00e12d3dded5590e7f4c37ea897071c5be2c authored over 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - a20a0c1da8a6e77a39daf67eb82653a7c64a673b authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 780e7538a45cc9324c75236d8493de8b2faba19d authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 60a1d58b77b7f62d3d701652bd8cdd1188027703 authored over 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - da078b1096944d149a0593dc8e49ae097d7b4ed3 authored over 5 years ago by Vu Le <[email protected]>
Fix textEdit
github.com/prabirshrestha/vim-lsp - 34397f0b5f72c058c6806cff88f82d055958146c authored over 5 years ago by mattn <[email protected]>* use locationLink for definition preview
* remove cursor setting for location link
* make...
github.com/prabirshrestha/vim-lsp - 906bd2eafea3c305a0b921215c1696436d57e232 authored over 5 years ago by Christian Clason <[email protected]>* Highlight active parameter in signatureHelp
* Support `[number, number]` form of parameter ...
github.com/prabirshrestha/vim-lsp - b68bc8ba35a957fb5052d30f277e64c1c20670fa authored over 5 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - ff94e63af8c53786424442c2658ec60d731ff3e8 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 4ee0799b4d61cb33f0e5ce5b39c36ff477ccdf58 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 90d568d2fa409cec9904b179dac94ad177f02cb4 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 3a6def04b91f80abb1609a936d2cdcfc9da2cb58 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - e9a428d2e1c30133fb78d6f49638a5a9932c46e1 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - e7480252ecd7a5084563c4027c097132f6f84f08 authored over 5 years ago by Thomas Faingnaert <[email protected]>
* Implement syntax highlighting for hover
* Fix signatureHelp
github.com/prabirshrestha/vim-lsp - d7e644c2a7c87b559b36b6e4d013b61a38fae560 authored over 5 years ago by Thomas Faingnaert <[email protected]>* disable highlight references by default since it is executes request on every cursor change
...
github.com/prabirshrestha/vim-lsp - 5fafaa3d72eda12c626202e8b73c78da573d6c8f authored over 5 years ago by Prabir Shrestha <[email protected]>* Implement folding
* Allow disabling folding globally
github.com/prabirshrestha/vim-lsp - 698eccaff37857e161e888bd71796fde3a1b0631 authored over 5 years ago by Thomas Faingnaert <[email protected]>
This was tested with ccls, which will return CodeActionOptions instead
of a boolean in codeActi...
Use 'diagnostic' (singular) when variable refers to one Diagnostic
object and use 'diagnostics'...
* Multibyte character support for lsp#get_position()
* Multibyte character support for "textD...
github.com/prabirshrestha/vim-lsp - 3121f0a91610ec8c70d5d69f6f2bc66a28e8122d authored over 5 years ago by machakann <[email protected]>github.com/prabirshrestha/vim-lsp - 44e30a430dca1f30c16994d1a8e90966b4bf8442 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - b1ed3dd843b27afa9ea0d439418dafdc0e216eda authored over 5 years ago by mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - e6d4367db07ecfdbb40dee8da56e11e117a5c160 authored over 5 years ago by Jared Tiala <[email protected]>
* announce support for Item and Symbol kinds
* generate list of kinds from dictionaries
github.com/prabirshrestha/vim-lsp - 886dfda496f271a4321af96f32aa3f7a37b94d9a authored over 5 years ago by Christian Clason <[email protected]>Added g:lsp_signs_priority
github.com/prabirshrestha/vim-lsp - ec3ba7457c6c9c2a2f7f1a076bf106138017362b authored over 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - dd36602267c1ebcc6556b31153db7471e936a267 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - aebafac116b25c9246b50c6bf0a7f5a555f6c48e authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
The p comand append empty line. So when replacing text block with "\n", it need
to remove with d...
* Add signatureHelp
* Use <buffer>
* Check lsp_use_trigger_characters_for_signature_help
...
github.com/prabirshrestha/vim-lsp - 7e3625ed7a170d3d9772ac831b4c52bcc3edfb49 authored over 5 years ago by smhc <[email protected]>
Fix unable to jump unloaded buffer
github.com/prabirshrestha/vim-lsp - 63b9bd6d7bf1438034572e5761b317004014aabb authored over 5 years ago by mattn <[email protected]>Convert character-index to byte-index for textprop and location-list
github.com/prabirshrestha/vim-lsp - a00e90236173c40f30b93f20390968671b04c35f authored over 5 years ago by mattn <[email protected]>Update SymbolKind to latest specification
github.com/prabirshrestha/vim-lsp - fea601a820fcc284eb5bc305bf08fc57a0c2b258 authored over 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 01321d17058fd05de197fe3c99794a813fa6a513 authored over 5 years ago by Christian Clason <[email protected]>
closes #477
github.com/prabirshrestha/vim-lsp - e3772d98d513887e1902132f8491b63465f63d21 authored over 5 years ago by Christian Clason <[email protected]>github.com/prabirshrestha/vim-lsp - 6d2f3adbf6d27f8b5ec994a8a5f73e51852617df authored over 5 years ago by wei cheng <[email protected]>
* Add g:lsp_signs_priority option
When used with other plugins (e.g. gitgutter), the signs wi...
github.com/prabirshrestha/vim-lsp - 2cb386d294f4b1b66eee729d11f6a6fe019831a1 authored over 5 years ago by Timur Celik <[email protected]>github.com/prabirshrestha/vim-lsp - ad958ee35241e444fe0ba379a1fe9e6105500466 authored over 5 years ago by wei cheng <[email protected]>
github.com/prabirshrestha/vim-lsp - 73d98fc32875582dd97212eccb1d4bee2bb51cc6 authored over 5 years ago by machakann <[email protected]>
* Fix float sizing in Neovim
* Add g:lsp_preview_max_height
github.com/prabirshrestha/vim-lsp - 1ab8e838efae360036bfb6f16a40acbfeba57679 authored over 5 years ago by Thomas Faingnaert <[email protected]>Fix tagstack
github.com/prabirshrestha/vim-lsp - 1090950a59226f6fbb3e41a8a198a2b482ae63c4 authored over 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 0534c7905355c2701251e2a4a9c900fb047ca524 authored over 5 years ago by Daisuke Suzuki <[email protected]>
github.com/prabirshrestha/vim-lsp - 6ee6e16aa5acfdfab362d98b802f51fe878890da authored over 5 years ago by Daisuke Suzuki <[email protected]>
https://github.com/prabirshrestha/vim-lsp/pull/449#issuecomment-522219226
github.com/prabirshrestha/vim-lsp - 301d39bfd4be1601f91210f0337e91b17e27490d authored over 5 years ago by Daisuke Suzuki <[email protected]>github.com/prabirshrestha/vim-lsp - ccb2460fa6bf8d9dbda3fa4bc8a8695bdfe8ea65 authored over 5 years ago by machakann <[email protected]>
github.com/prabirshrestha/vim-lsp - 83a3a2b004316dcc89ce33b695c4cda8a54f0d79 authored over 5 years ago by Unknown <[email protected]>
github.com/prabirshrestha/vim-lsp - 1a22e19ee00d7b62ee3aeeb4e74d4fd58eb410d0 authored over 5 years ago by machakann <[email protected]>
github.com/prabirshrestha/vim-lsp - 738e91f0af2a2a01dd421b8b356066ae1ceda93a authored over 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - 9906e085f16fcc9354f0ca8ebb9f144e4054f145 authored over 5 years ago by Unknown <[email protected]>
github.com/prabirshrestha/vim-lsp - ce1488039a1af940cbb2f4194a44ef5a9abb6271 authored over 5 years ago by Thomas Faingnaert <[email protected]>
Re-porting vim-lsc's diff logic (for multibyte character)
github.com/prabirshrestha/vim-lsp - e829ca02c2aee08c3b87cc80f79b252ea5a9ae7a authored over 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 8ab9f6f055ac49a794bf98be3a00a5b6dd3576d8 authored over 5 years ago by Daisuke Suzuki <[email protected]>
github.com/prabirshrestha/vim-lsp - d6e88604c91abba9b92ae758410d3838a68b8440 authored over 5 years ago by Daisuke Suzuki <[email protected]>
github.com/prabirshrestha/vim-lsp - 8fccf7a4086d9d1314237b625c118c02d7117b01 authored over 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - a2e4e040d2804f808d4a75a5549ba3d09d9996a1 authored over 5 years ago by hrsh7th <[email protected]>
Also see #442 and #443.
github.com/prabirshrestha/vim-lsp - 67e27494f53eb970226fbeb004ee367e5ba3fde6 authored over 5 years ago by Thomas Faingnaert <[email protected]>* Fix g:lsp_preview_max_width for Neovim
* Fix max_width also specifying minimum width
github.com/prabirshrestha/vim-lsp - 79d47fea15139422187dbdd11a2f22050cfcfab8 authored over 5 years ago by Thomas Faingnaert <[email protected]>github.com/prabirshrestha/vim-lsp - c2b7c23fdca341091198062049e599415458c984 authored over 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - 55e6cd174980c69062683d110ee1f0dffd6c7730 authored over 5 years ago by Thomas Faingnaert <[email protected]>
* Add LspPeekDefinition
* Add documentation
* Add lsp-peek-definition mapping to documenta...
github.com/prabirshrestha/vim-lsp - 813ea77b91f9c0a7429d61bb87598beeaddd978b authored over 5 years ago by Thomas Faingnaert <[email protected]>github.com/prabirshrestha/vim-lsp - 668405756b53f6247ffedc1d025bbdff1a9777c4 authored over 5 years ago by hiroebe <[email protected]>
github.com/prabirshrestha/vim-lsp - 6de0ccd6fb2f415f242d8e77bf689cb736f6304c authored over 5 years ago by hiroebe <[email protected]>
github.com/prabirshrestha/vim-lsp - 950782484274cbb7c9d3f7604b46b6f86a8da35c authored over 5 years ago by hiroebe <[email protected]>
* Allow setting max width of popup window in Vim
* Allow setting max width of popup window in...
github.com/prabirshrestha/vim-lsp - 91751670edc7062a22b4bd337d7bc35f4e5c40b1 authored over 5 years ago by Thomas Faingnaert <[email protected]>github.com/prabirshrestha/vim-lsp - 4006768fb4dfab433b9242ea530f41ad0f8e606e authored over 5 years ago by kailin4u <[email protected]>
github.com/prabirshrestha/vim-lsp - c91d0d52e5331b5448659ff28160170419cb069a authored over 5 years ago by Colin Cheng <[email protected]>
* Add test
* Fix LspDocumentFormat adding newlines
* Fix manually pressing enter when form...
github.com/prabirshrestha/vim-lsp - ed304dbb8a0b70ebaae2ee56514e6e4c073a26a3 authored over 5 years ago by Thomas Faingnaert <[email protected]>github.com/prabirshrestha/vim-lsp - 1d48fc83e2c0d839bd4e1b9c990dca72b093845b authored over 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - 533aef14d2a1545b7e2e68e5081e7d39da43c688 authored over 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - 5fd87f413d2b477f1163e7fb7f13117467f2ff11 authored over 5 years ago by smhc <[email protected]>
github.com/prabirshrestha/vim-lsp - 9cbc9f49ccc7280ef2330fc893fa6b30f6ed9dac authored over 5 years ago by smhc <[email protected]>
* Allow customizing popup window highlight group
* Add documentation
* Revert "Add documen...
github.com/prabirshrestha/vim-lsp - d542bbc5a3b0b2d78552a11f4edfee1c55fc3796 authored over 5 years ago by Thomas Faingnaert <[email protected]>github.com/prabirshrestha/vim-lsp - ba9e9b5a200c5967e935d9d2a43dde1981ea507f authored over 5 years ago by Andrej Zieger <[email protected]>
github.com/prabirshrestha/vim-lsp - d848083ca11c0bd38e3841b28135d2960e595542 authored over 5 years ago by Thomas Faingnaert <[email protected]>
* Expose diagnostics count for current buffer.
* Add lsp#get_buffer_first_error_line()
github.com/prabirshrestha/vim-lsp - f02bf20330bddaebbfff959d551ee8f67353e1c1 authored over 5 years ago by tsufeki <[email protected]>* Adds `g:lsp_omni_completion_ignorecase` option to indicates whether or not ignorecase to match...
github.com/prabirshrestha/vim-lsp - 2b583fefa20b7b1a5e7481a93fb6f1fee67e0846 authored over 5 years ago by Colin Cheng <[email protected]>github.com/prabirshrestha/vim-lsp - 2176417264d6600388ec31cc95144d55141b4943 authored over 5 years ago by Thomas Faingnaert <[email protected]>