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
In addition to #1251, I noticed these mappings need to be fixed.
github.com/prabirshrestha/vim-lsp - 5270685e9b527b5848f4564b1ab103f08c5a9753 authored about 3 years ago by Linda_pp <[email protected]>* remove unnecessary parameter `force` of `s:close_floating_window()`
- it is never `v:false`...
github.com/prabirshrestha/vim-lsp - 1c287d2db862d39887e402bd42fd0b6b8fd09d5f authored about 3 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - b886be6d8376159f803a5425f5b46cb304038590 authored about 3 years ago by Shinya Ohyanagi <[email protected]>
github.com/prabirshrestha/vim-lsp - 858a5adeaae6283b8a061c8604b875be7048b2e3 authored about 3 years ago by hrsh7th <[email protected]>
* Update quickpick.vim to b1d7fd820a2e52afe8be01ceb570537e1a10256c
Fix/Incorrect restored windo...
github.com/prabirshrestha/vim-lsp - 9c9db9ce7354ac1ace0e35703992de4c6e6ea791 authored about 3 years ago by Prabir Shrestha <[email protected]>
* use new floating window api for hover
* rename type to ui
* fix lint issues
* add sup...
github.com/prabirshrestha/vim-lsp - 10bbcb11428af1607009fcf76d79fee46d745955 authored about 3 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - a91419ea0ace6f791a43e0697946599fe7a9ae60 authored about 3 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 4dba81fbc3668ecaf3ab97293405988ae2540649 authored about 3 years ago by Prabir Shrestha <[email protected]>
* update CI dependencies; Go to 1.17 and gopls to 0.7.3
* use `go install` instaed of `go get...
github.com/prabirshrestha/vim-lsp - 0c8a35d899202f7a7d94aefd290f3c7a1590e9c5 authored about 3 years ago by Linda_pp <[email protected]>Co-authored-by: Linda_pp <[email protected]>
github.com/prabirshrestha/vim-lsp - 7b9da239da68e21aacc96cb77b44b5a669038b2b authored over 3 years ago by hrsh7th <[email protected]>Co-authored-by: Linda_pp <[email protected]>
github.com/prabirshrestha/vim-lsp - 468281d517e0023c8174288c907a583bb0cc06f9 authored over 3 years ago by hrsh7th <[email protected]>* allow failure on downloading Neovim package failure
* update Neovim from v0.5.0 to v0.5.1
github.com/prabirshrestha/vim-lsp - 16ccf9367021f1616a4b60dddd98b80e1269f14c authored over 3 years ago by Linda_pp <[email protected]>* Support untitled buffer
* Enable opt out
* Add documentation
* Add documentation
*...
github.com/prabirshrestha/vim-lsp - ee38eb1bc6c898fee0e980276a2d9d2104f014e4 authored over 3 years ago by mattn <[email protected]>* fix sorting completion items is broken since Vim script's string is always falsy
* add test...
github.com/prabirshrestha/vim-lsp - 9f7359303bdb63fe5ca71d5c84eda2e02fd78614 authored over 3 years ago by Linda_pp <[email protected]>* Add sortText for completion items ordering
* Fix config sort by each language server
* F...
github.com/prabirshrestha/vim-lsp - f88a23373190efb4bc521d426d4db46f5c22cb11 authored over 3 years ago by Shinya Ohyanagi <[email protected]>github.com/prabirshrestha/vim-lsp - 14f9ab319ff96eea16ef6dbf57ed801c8fc8967e authored over 3 years ago by Linda_pp <[email protected]>
The updated quickpick keeps sizes of windows that are not in contact
with quickpick when quickp...
* add neovim 0.5.0 CI
* allow CI failure with neovim nightly
* Update vital-vs
* Fix tests
* Add end_lnum/end_col if feature was detected
Co-authore...
github.com/prabirshrestha/vim-lsp - 2c4d33838be27ec8edcd6bd949328fc4f90f7b36 authored over 3 years ago by hrsh7th <[email protected]>* Fix typos
* Fix test case
github.com/prabirshrestha/vim-lsp - 27e9c374d6935b1904a385e87ffceebf3e770130 authored over 3 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 4f2d66d0614416466a5e875f9098d59d4ba14a3a authored over 3 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 7ba553effb021293c9ff5176b91e76da71797825 authored over 3 years ago by itchyny <[email protected]>
This reverts commit f53a98754e0c96b6ebdf71cd4059581f9d8367fd.
github.com/prabirshrestha/vim-lsp - fb0a72306e1fc42c1ce8909aa1e420ddfccf6fbf authored over 3 years ago by Prabir Shrestha <[email protected]>* Fix weird autocmd group names
Problem : augroup "0", "1", and "2" are registered.
Solution...
github.com/prabirshrestha/vim-lsp - 7e8812bbb73bec6a0bda5e7336b430d797252274 authored over 3 years ago by Geoffrey Huntley <[email protected]>
github.com/prabirshrestha/vim-lsp - 02db70be693c577ea3633ec35b00db9bdde27da0 authored over 3 years ago by hrsh7th <[email protected]>
* diagnostics list can be v:null
Ref #1186
* ditto
* Small refactoring
* Use lsp#uti...
github.com/prabirshrestha/vim-lsp - 516fd7ce956bdfa2fa6ee8ac6d77ad8a57616811 authored over 3 years ago by mattn <[email protected]>* diagnostics can be v:null
* Fix indentation
github.com/prabirshrestha/vim-lsp - 61916a2ddd454308cc6f8413d6b8becc5c956917 authored over 3 years ago by mattn <[email protected]>* set type of location list items for diagnostics
* use s:get_diagnostic_severity_text() once...
github.com/prabirshrestha/vim-lsp - 72b9a300c75e7b09bb19ebd7b3e9e553964488e5 authored over 3 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - f3bde658ab7907333e157030d075d7df7f5120cd authored over 3 years ago by vimuxx <[email protected]>
github.com/prabirshrestha/vim-lsp - ddd5abb5b6491117c4b7ef4149e47945926eecd8 authored over 3 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 83c0e4fcaba47ba6ca3fdf2a1619b1d267165cf5 authored over 3 years ago by Piotr Usewicz <[email protected]>
github.com/prabirshrestha/vim-lsp - 541ed984b17bb603fbac6680be83451a98d4c025 authored over 3 years ago by Daisuke Suzuki <[email protected]>
* More secure minimal.vimrc
Make minimal.vimrc not execute arbitrary code from Internet or lo...
github.com/prabirshrestha/vim-lsp - d0f6bd5ae77df106a9cf485d7c5ba87ec39fea30 authored over 3 years ago by woky <[email protected]>github.com/prabirshrestha/vim-lsp - f53a98754e0c96b6ebdf71cd4059581f9d8367fd authored over 3 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 28653fc51fd4f339ec338bb0a5dae9ade93d612b authored over 3 years ago by Prabir Shrestha <[email protected]>
The word "running" appeared twice, so it was removed. The updated line is 79 characters long.
github.com/prabirshrestha/vim-lsp - 324ae1e1ebe8ef575dc09acb1656b580b5b3ae18 authored over 3 years ago by Luis David Licea Torres <[email protected]>github.com/prabirshrestha/vim-lsp - 1f98a0656620bfc03dcb8bad87aa76a6304b3b73 authored over 3 years ago by Linda_pp <[email protected]>
github.com/prabirshrestha/vim-lsp - b6898841c771df0a5231f74145e0813533d44def authored over 3 years ago by Linda_pp <[email protected]>
Add missing return on empty hover contents
github.com/prabirshrestha/vim-lsp - 80f4b269b51eae778a3f3093c144ffe8b2c943a1 authored over 3 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - 664720be0613cd5f30f2b6f24a34a23de5748c76 authored over 3 years ago by rhysd <[email protected]>
* Transform cygwin paths to windows before encoding them to uris
* Transform windows paths to...
github.com/prabirshrestha/vim-lsp - 296fb98d198cbbb5c5c937c09b84c8c7a9605a16 authored over 3 years ago by Agorgianitis Loukas <[email protected]>Co-authored-by: mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - 89d2889c425e998d8f9c239b6d194070a58fcce5 authored over 3 years ago by tsufeki <[email protected]>This reverts commit 627dab05e8b4952064a95f694cbf535ee934bbc1.
github.com/prabirshrestha/vim-lsp - 5277fc47f0ef419fb01c1d3de66b0a64367bae32 authored over 3 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 9dc382c04af3389b48fd1ffb5ed4b6c294571f62 authored over 3 years ago by hrsh7th <[email protected]>
Import quickpick.vim#3d4d574d16d2a6629f32e11e9d33b0134aa1e2d9
github.com/prabirshrestha/vim-lsp - bba0f45c892b3c815c65ce44f93bcbe118a40377 authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - ab0b3530dae320ea016e33589b01c4c06fca62b9 authored almost 4 years ago by rhysd <[email protected]>
Make helper function to get completion text from CompletionItem
github.com/prabirshrestha/vim-lsp - a0023fcc1e2f8196ab974c4769a7e44b23cdcec1 authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - fd8bd1c7990f698eb94a300c63d9c3ad7a6c17d1 authored almost 4 years ago by rhysd <[email protected]>
Include maintainers information in document
github.com/prabirshrestha/vim-lsp - 84706b229a0c35a4dd96cd9addb756ea14b2adf4 authored almost 4 years ago by Linda_pp <[email protected]>
so that users can easily contact to maintainers without making issues on
repository.
Co-authored-by: hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 56124b0104ae900dcb7e5d73b775eae796014519 authored almost 4 years ago by Daisuke Suzuki <[email protected]>Use checkout action v2
github.com/prabirshrestha/vim-lsp - 4d40d0dfd07a084372295c79478f7ba3efcb2471 authored almost 4 years ago by Linda_pp <[email protected]>since it's slightly faster than v1 and actively maintained
github.com/prabirshrestha/vim-lsp - d9e03c391a531233839e9d7a9c8cda0f369a6dd2 authored almost 4 years ago by rhysd <[email protected]>* fix document layout
* fix misspellings
github.com/prabirshrestha/vim-lsp - ce3add957a696970b44b1cd6d4d53040cf3e2cc1 authored almost 4 years ago by Linda_pp <[email protected]>spec: https://microsoft.github.io/language-server-protocol/specifications/specification-current/...
github.com/prabirshrestha/vim-lsp - 4d4a90822461894caa8f39129dd5c16597e005c5 authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - 882376cc666fa0cd490843529d04c028dd938738 authored almost 4 years ago by Prabir Shrestha <[email protected]>
* fix index out of range error when no item in quickpick list
* update embedded quickpick to ...
github.com/prabirshrestha/vim-lsp - 337d8344430c51a6b55a5453b3dc5cc86f2ec325 authored almost 4 years ago by Linda_pp <[email protected]>Co-authored-by: mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - 51adba85f0657a54ec1932d58ef1cfb09899ab0d authored almost 4 years ago by Linda_pp <[email protected]>* support window/showMessage
* describe g:lsp_show_message_log_level in documentation
* ad...
github.com/prabirshrestha/vim-lsp - 800c878209a7108e31be56b10b596832528638b1 authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - 7d7ded98ddec69417a6c313c41624d981d906340 authored almost 4 years ago by obcat <[email protected]>
Using `--nowrap` doesn't work, but the related commands document that
you should use `-wrap=0`,...
github.com/prabirshrestha/vim-lsp - 67a3561a547a4f906486833a24dccc3d40c64d19 authored almost 4 years ago by Linda_pp <[email protected]>
* fix making location list from call hierarchy items (fix #1112)
* use kind and name when detai...
avoid has_key check for on_stdout and on_stderr
github.com/prabirshrestha/vim-lsp - 2ba31c2b9d0cc38283186ea2d1409d23e41252bf authored almost 4 years ago by Prabir Shrestha <[email protected]>* handle disabled code action
* enable disabledSupport capability
Co-authored-by: hrsh7th ...
github.com/prabirshrestha/vim-lsp - a3b58eb7c478bddbc6cb93c83839a43ef88aec11 authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - e889f80f0f08b56808da8bb98fd7f4202a5035c0 authored almost 4 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 350b3219cf917785426602a4b4870c1e8e3a5bc2 authored almost 4 years ago by Jaen <[email protected]>
github.com/prabirshrestha/vim-lsp - 4819b7474aa3bb9e1f6b875151136faf84303d85 authored almost 4 years ago by Linda_pp <[email protected]>
* Revert "remove flaky integration tests (#1098)"
This reverts commit 78c107085a604c2b6c0038b...
github.com/prabirshrestha/vim-lsp - 8a39ef590467e63dc76707c5964d6da16ac671bc authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - 84e9beb5c8a0729099284c630524429ccb4f23ab authored almost 4 years ago by Linda_pp <[email protected]>
github.com/prabirshrestha/vim-lsp - 8be2f495b8c5801131c8af87a9aa7a30be19ae33 authored almost 4 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 24533c28ae1ca4c9e9da2b60e5d796edf72fe2d5 authored almost 4 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 5fc5e26f5fadd5a5335fb9146706b8c2bf0d70a0 authored almost 4 years ago by hrsh7th <[email protected]>
* document code action signs hint
* document diagnostics signs default hint
github.com/prabirshrestha/vim-lsp - 78c107085a604c2b6c0038bff6ba0cd78c42ab8e authored almost 4 years ago by Prabir Shrestha <[email protected]>
* add CI workflow for Vim on macOS
* fix calculating last line of text diff in Lua
github.com/prabirshrestha/vim-lsp - 6c21eb65da57cbe0c580b2f26e331872901795d3 authored almost 4 years ago by hrsh7th <[email protected]>
* use label when filterText is falsy value
* use label when insertText is falsy value on comp...
github.com/prabirshrestha/vim-lsp - f076e6a7c0cb58d90c7df3035e84deb37de5509e authored almost 4 years ago by Linda_pp <[email protected]>github.com/prabirshrestha/vim-lsp - e214f1cfeeaf7fd7a3e3677a2054a159ad8a5000 authored almost 4 years ago by Linda_pp <[email protected]>
github.com/prabirshrestha/vim-lsp - 907f1c96679a661c51c1b3872143dd6fd620f7ed authored almost 4 years ago by Linda_pp <[email protected]>
github.com/prabirshrestha/vim-lsp - 74f43712ebd27ba11f46d56f7a12e97a0867533d authored almost 4 years ago by hrsh7th <[email protected]>
* add codeaction sign support
* add hl LspCodeActionText
* add docs
* add support for m...
github.com/prabirshrestha/vim-lsp - eb237a2cedf2c69a44543d2ffaee25470c53e29b authored almost 4 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - fea03524cb89385dc8997867a8588135bbd454ca authored almost 4 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 627dab05e8b4952064a95f694cbf535ee934bbc1 authored almost 4 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 1cade410de89a407ffcda4d721bf69b2783ae9eb authored almost 4 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 4e9a71c724e00f34872edf320fd540b7e2a3153c authored almost 4 years ago by Akinori Hattori <[email protected]>
github.com/prabirshrestha/vim-lsp - ca2b527dc5f8cc4e6fbccda735e179ff19e388a1 authored almost 4 years ago by Prabir Shrestha <[email protected]>
* use callbag for hover
github.com/prabirshrestha/vim-lsp - a78536ad745852c73cdf2d0defffd6b81bc377f0 authored almost 4 years ago by Prabir Shrestha <[email protected]>* Add lsp#scroll function
* Update README.md
* Add example setting to docs
github.com/prabirshrestha/vim-lsp - 6a2b97cd598963d1e1e110e8ddb226cb4b7c5715 authored almost 4 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 6f8dfe19d59041a606f30b7764ccd51d4299d0e5 authored almost 4 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 21a29936ed74b2212e1904cca6c22bff4e27b637 authored almost 4 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 0c77beb2eb99263e69a25b4d66e7ca2cd15cb0ef authored almost 4 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 7d5cd2763cbede18728e1254ed8d5e89fd500fd2 authored almost 4 years ago by Prabir Shrestha <[email protected]>
* doc
* floating window with completion/resolve
* add comments
* use _split_by_eol
*...
github.com/prabirshrestha/vim-lsp - cacfc79eb4f71cb59d8e81e3e556c7a659d32235 authored almost 4 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 7380d31c4f49d76ce3895c386e2a7a40b2b2df08 authored almost 4 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 51a566c87824b4fe214d5ff63d2271254f22d461 authored almost 4 years ago by Prabir Shrestha <[email protected]>
* add support for call hierarchy
* no need to use a timer
https://github.com/prabirshresth...
github.com/prabirshrestha/vim-lsp - 17180038a856d345edce0d64fe5bd8092d712401 authored almost 4 years ago by Daisuke Suzuki <[email protected]>github.com/prabirshrestha/vim-lsp - 951ed0ca0f7f86397df375321f85b76c1086b670 authored almost 4 years ago by Prabir Shrestha <[email protected]>