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

depend on async.vim instead of including the source (fixes #1)

github.com/prabirshrestha/vim-lsp - 34e7d57692b0c2400dd5a70d61c7502e45c9c6f0 authored almost 8 years ago by Prabir Shrestha <[email protected]>
added abort in functions

github.com/prabirshrestha/vim-lsp - 0c7db314e741fa8cbc2e967b095ee7d5b085bf66 authored almost 8 years ago by Prabir Shrestha <[email protected]>
convert to unix lineendings

github.com/prabirshrestha/vim-lsp - b00348017c82ab65e5061aa7b8c59450a7d36d2d authored almost 8 years ago by Prabir Shrestha <[email protected]>
added .gitattributes

github.com/prabirshrestha/vim-lsp - cbb25285f83e3e8983a9e4be664e84c9ea4c446b authored almost 8 years ago by Prabir Shrestha <[email protected]>
Merge pull request #2 from prabirshrestha/rewrite-response-parser

rewrite LSP response parser (s:_on_lsp_stdout)

github.com/prabirshrestha/vim-lsp - efc0fa3bb7ed2b1997b0e9cc794f3af31904e63b authored almost 8 years ago by Prabir Shrestha <[email protected]>
rewrite LSP response parser (s:_on_lsp_stdout)

* it now supports variable number of headers based on the spec
where at least one is required
*...

github.com/prabirshrestha/vim-lsp - 0686a5a9996bbda1bc3be2d83d46c657d44a0d8a authored almost 8 years ago by Prabir Shrestha <[email protected]>
added text_document_sync_kind enum

github.com/prabirshrestha/vim-lsp - 99ec50abd5413bde96d0ba7e3cddc786e65460b7 authored almost 8 years ago by Prabir Shrestha <[email protected]>
add request/response to notification data

github.com/prabirshrestha/vim-lsp - 7cbd3864a2b7729bceb5398317ce84eaf9b43825 authored almost 8 years ago by Prabir Shrestha <[email protected]>
added lsp#lspClient#is_error

github.com/prabirshrestha/vim-lsp - 2afb0563979a09703f550eba2ef8c599bbd5df39 authored almost 8 years ago by Prabir Shrestha <[email protected]>
renamed to on_notification to match with vscode-jsonrpc

add on_notification callback for all notifications

github.com/prabirshrestha/vim-lsp - b37a84a015c9605724f8df0038de6837fcab7166 authored almost 8 years ago by Prabir Shrestha <[email protected]>
initial commit

github.com/prabirshrestha/vim-lsp - b49f25c2b3383e5cb3c4ac43efc94c00c15b1321 authored almost 8 years ago by Prabir Shrestha <[email protected]>