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

Fix :LspDefinition (#63)

Vim and servers sometimes use different case for file path.
`bufnr()` will ignore case when use...

github.com/prabirshrestha/vim-lsp - 27565be44fef2e75cee330f8df3a0ae6a34df743 authored almost 7 years ago by xtal8 <[email protected]>
Fix :LspRename (#58)

When buffer is modified renaming fails.
Use :buffer instead of :edit for listed buffers.

github.com/prabirshrestha/vim-lsp - b973d62b6e70632fe0ced5ea7f1fd7029ac99635 authored almost 7 years ago by xtal8 <[email protected]>
Send proper params on lsp#ui#vim#references (#54)

github.com/prabirshrestha/vim-lsp - 812d89070743e3a8fd594d8e8a7d3233a2d7cec5 authored almost 7 years ago by Marc Deop <[email protected]>
Fix errors and warnings produced by vint (#51)

* Wrap silent aucmds in augroup
Prevents stacking up multiple.
* Fix function signatures
Add ...

github.com/prabirshrestha/vim-lsp - c4b3b2f605ca1003fd117feecc279c181cca4001 authored about 7 years ago by Jacob Wahlgren <[email protected]>
better jump for goto definition (#47)

github.com/prabirshrestha/vim-lsp - 5ae7a59caa81d37c4aada6c0527e5c9bba064b59 authored about 7 years ago by Prabir Shrestha <[email protected]>
rewrite lsp#client with try..catch and optimizations (#46)

github.com/prabirshrestha/vim-lsp - 7a0f9872ec8ba2771aa93bb496d885b70e3b4fd4 authored about 7 years ago by Prabir Shrestha <[email protected]>
Use insertText for completion when possible (#45)

github.com/prabirshrestha/vim-lsp - 3dc0ca3b71b3d2c0e5f2bd0989d3b4426356d895 authored about 7 years ago by Mateusz Lenik <[email protected]>
Use `botright` for opening quickfix window.

github.com/prabirshrestha/vim-lsp - d51194fa4baa8aa2e8687ac249ef46face767cdb authored about 7 years ago by tsufeki <[email protected]>
added support for basic textDocument/publishDiagnostics via :LspDocumententDiagnostics

github.com/prabirshrestha/vim-lsp - 358e1eec44209314fd90e866741c147e8af77bf9 authored about 7 years ago by Prabir Shrestha <[email protected]>
notify server instantiated notifications to client

github.com/prabirshrestha/vim-lsp - bae35d03d305ee994dc57ff3ad78807d9de7a035 authored about 7 years ago by Prabir Shrestha <[email protected]>
don't use uri for rootPath

github.com/prabirshrestha/vim-lsp - 182daba8da48a6d46fe84dd74d1a026f126b2e69 authored about 7 years ago by Prabir Shrestha <[email protected]>
only call edit file if the file is not open yet

github.com/prabirshrestha/vim-lsp - dd1ac6378c106b2496d0053cd1a523f635301688 authored about 7 years ago by Prabir Shrestha <[email protected]>
make s:get_kind_label part of public api (#33)

* make s:get_kind_label part of public api
* rename s:kind_labels
* rename lsp#omni#get_kind()

github.com/prabirshrestha/vim-lsp - fe078915dae3f956a8b5968d6b4081693a98d8eb authored about 7 years ago by keremc <[email protected]>
add more logs for s:on_text_document_did_open()

github.com/prabirshrestha/vim-lsp - bf7ff408ec2e8edf0145259506fbfc74cf427f71 authored about 7 years ago by Prabir Shrestha <[email protected]>
fix get_text_document_save_registration_options

github.com/prabirshrestha/vim-lsp - 2242b6cc2822d07e1ffcca541588f158e3c77805 authored about 7 years ago by Prabir Shrestha <[email protected]>
fix get_text_document_save_registration_options

https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues/165#issuecomment-325181794

github.com/prabirshrestha/vim-lsp - bab6364128fddbd549dc062a1675361d7a7f01f6 authored about 7 years ago by Prabir Shrestha <[email protected]>
Cleanup & symbol kinds (#31)

* move completion code to autoload/lsp/omni.vim
* merge s:complete_counter and s:completion
* ...

github.com/prabirshrestha/vim-lsp - 41da6215442867edbe05abd31b49f12ce0a7769b authored about 7 years ago by keremc <[email protected]>
fix :LspDocumentRangeFormat

github.com/prabirshrestha/vim-lsp - 25578dbbfad3b966d7e7b96822448d1dd02a409f authored about 7 years ago by Prabir Shrestha <[email protected]>
respect TextDocumentSaveRegistrationOptions - fixes #29

github.com/prabirshrestha/vim-lsp - 7d32511a028fb08a16c957176e5b0727544cab32 authored about 7 years ago by Prabir Shrestha <[email protected]>
Make lsp#complete() synchronous (by default) (#28)

* use whitelisted servers for completion
* fix lsp#complete()
* make lsp#complete() synchronou...

github.com/prabirshrestha/vim-lsp - 161ffdc054a1b46d614c4f27e23823ea9702d295 authored about 7 years ago by keremc <[email protected]>
send textDocument/didSave as notification instead of request

github.com/prabirshrestha/vim-lsp - e1de4b50222dc7d20ee89d71f04707b8972b0587 authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - ef5f850084bae1e4da28154e345e159ab295a05b authored about 7 years ago by Prabir Shrestha <[email protected]>
add support for omnifunc - #25

autocmd FileType typescript setlocal omnifunc=lsp#complete

github.com/prabirshrestha/vim-lsp - cf47780ebc8f76824215a777fd36512413c11ac9 authored about 7 years ago by Prabir Shrestha <[email protected]>
fix workspace/symbol casing

github.com/prabirshrestha/vim-lsp - 5eb114d1a4e19e76b7e39bcd3bd2a1e4b748398b authored about 7 years ago by Prabir Shrestha <[email protected]>
LspDefinition aggregation and jumping (#24)

* Make LspDefinition aggregate multiple server responses and jump if only one definition is foun...

github.com/prabirshrestha/vim-lsp - 9a793490aa9c5300126194b8a7367addfdbd5c73 authored about 7 years ago by djrenren <[email protected]>
use getbuline instead of getline

github.com/prabirshrestha/vim-lsp - 7968b151884e2021a58fad42df1341f509bc5b1f authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - 40c0a9ae0ae6cb0fd737f96cc1be355e3078e04b authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - 9c4c7b0541976d47cba50a1c4d1145d152e94f50 authored about 7 years ago by Prabir Shrestha <[email protected]>
document root_uri when registering_server

github.com/prabirshrestha/vim-lsp - a4366157a7ae434c59a0eba1bcf3ecdd42fff542 authored about 7 years ago by Prabir Shrestha <[email protected]>
move utils to lsp#utils#...

github.com/prabirshrestha/vim-lsp - 2802c39ca0337e687aa889bb3824bbb1a1a53507 authored about 7 years ago by Prabir Shrestha <[email protected]>
handle nulls

github.com/prabirshrestha/vim-lsp - 974614e197de1d53bcbb86140f36b873d81c599a authored about 7 years ago by Prabir Shrestha <[email protected]>
added debugging log doc

github.com/prabirshrestha/vim-lsp - ba3168001bd9d6fc139633374194c045154d039b authored about 7 years ago by Prabir Shrestha <[email protected]>
Merge pull request #21 from prabirshrestha/dev

implement manager

github.com/prabirshrestha/vim-lsp - 058e3f73c648802e3ee6220549f09e8171971088 authored about 7 years ago by Prabir Shrestha <[email protected]>
Merge branch 'master' into dev

github.com/prabirshrestha/vim-lsp - b57ef35e5bde3740fc902edc87500721ceb5576b authored about 7 years ago by Prabir Shrestha <[email protected]>
document supported commands

github.com/prabirshrestha/vim-lsp - 8054d27eea2dde140e7abeab066dec0ec2e4cfbd authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - b6e1a3f9ae17411c20a8c0172c30dad75aafdddc authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - 0014c04d133421814e969a6378f38afec1d9c3c0 authored about 7 years ago by Prabir Shrestha <[email protected]>
delete example.vim

github.com/prabirshrestha/vim-lsp - 985b683ea9e85f9abde84d394eda3d6ca813606d authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - 9c10dd4c0b50c4be4f13d3ca956b73e2caa2399f authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - 7e888a7767c0ff744a78ddba259bcdd7b01912de authored about 7 years ago by Prabir Shrestha <[email protected]>
use tabstop

github.com/prabirshrestha/vim-lsp - e09032fdc4e412809a099a74fde92f9016190f78 authored about 7 years ago by Prabir Shrestha <[email protected]>
fix s:apply_text_edits for the end position

github.com/prabirshrestha/vim-lsp - 37f98440098be0361f6ae5093757d45e5a0be596 authored about 7 years ago by Prabir Shrestha <[email protected]>
added :LspDocumentRangeFormat

github.com/prabirshrestha/vim-lsp - 8e3304d6afeaf6aa24746d2688479c91beeddcbf authored about 7 years ago by Prabir Shrestha <[email protected]>
added :LspDocumentFormat

github.com/prabirshrestha/vim-lsp - ae9d05b4ee0f20fd604f5ae27bde321d7bb3ae65 authored about 7 years ago by Prabir Shrestha <[email protected]>
fixed LspHover

github.com/prabirshrestha/vim-lsp - 9f4ee9cdfb089db47c3eefeb61658a609f7d0424 authored about 7 years ago by Prabir Shrestha <[email protected]>
check for server capabilities before making requests to the server

github.com/prabirshrestha/vim-lsp - 07534da631b88504704b4c9d00bd69d7a3772ff8 authored about 7 years ago by Prabir Shrestha <[email protected]>
added basic :LspRename

github.com/prabirshrestha/vim-lsp - 78f87ead7863cd22ecd06b3f27f421952d76741f authored about 7 years ago by Prabir Shrestha <[email protected]>
fix :LspHover when it is array

github.com/prabirshrestha/vim-lsp - a8878ef71e6b0601581e6ef07319909ec2c01c71 authored about 7 years ago by Prabir Shrestha <[email protected]>
add support for registering custom notifications

github.com/prabirshrestha/vim-lsp - 631ed027492009d99ea31a78c85ac30d1fbbd624 authored about 7 years ago by Prabir Shrestha <[email protected]>
added textDocument/hover support via :LspHover

github.com/prabirshrestha/vim-lsp - 388f51172193a7008de2249f058ac29733463e32 authored about 7 years ago by Prabir Shrestha <[email protected]>
added support for textDocument/references via :LspReferences

github.com/prabirshrestha/vim-lsp - 57aac76a1291e1350dda6083a20d4f039d1d955c authored about 7 years ago by Prabir Shrestha <[email protected]>
added LspDefinition

github.com/prabirshrestha/vim-lsp - 0b102b5c1cb09cebb4dce9069a3cce177791098a authored about 7 years ago by Prabir Shrestha <[email protected]>
Update README.md

github.com/prabirshrestha/vim-lsp - 140775b3d595e92f6521bff49c62da6b5c6aa391 authored about 7 years ago by Prabir Shrestha <[email protected]>
Merge pull request #11 from prabirshrestha/lsp-manager

WIP: lsp manager

github.com/prabirshrestha/vim-lsp - 31743d44463cd62358503f83d4a87fd54b818cdd authored over 7 years ago by Prabir Shrestha <[email protected]>
added lsp#get_server_capabilities and lsp#get_position

github.com/prabirshrestha/vim-lsp - c1d73b0ab2ed04dc4e125806f15a48204f6794f4 authored over 7 years ago by Prabir Shrestha <[email protected]>
added lsp_register_server, lsp_unregister_server, lsp_server_init, lsp_server_exit events

github.com/prabirshrestha/vim-lsp - d19aec46332c25c19c38483f6fd04c0a2a65728e authored over 7 years ago by Prabir Shrestha <[email protected]>
added commands Lsp*

github.com/prabirshrestha/vim-lsp - 650ef0f445fee4dbc30530de844ba5631de3fd3b authored over 7 years ago by Prabir Shrestha <[email protected]>
get workspae symbols

github.com/prabirshrestha/vim-lsp - d3895e279fcfa820f63bab36020bcf4e0d272b2a authored over 7 years ago by Prabir Shrestha <[email protected]>
remove fzf.vim

github.com/prabirshrestha/vim-lsp - 8fed8e2a7c264065e946faaf1f150f7762b12fa6 authored over 7 years ago by Prabir Shrestha <[email protected]>
get document symbols

github.com/prabirshrestha/vim-lsp - 4c01e85c02ff98bdbc47bc035b1548eda17b1d9d authored over 7 years ago by Prabir Shrestha <[email protected]>
lsp#send_request

github.com/prabirshrestha/vim-lsp - c4b781e20319ade2246da2f9c48a33993177987e authored over 7 years ago by Prabir Shrestha <[email protected]>
get_whitelisted_servers

github.com/prabirshrestha/vim-lsp - 7b57e60bbbf6019cd789d38cba9ec2efd7cf642b authored over 7 years ago by Prabir Shrestha <[email protected]>
pass buffer id

github.com/prabirshrestha/vim-lsp - 8ecbeff954241a8abcc799a2630a848c4f81445e authored over 7 years ago by Prabir Shrestha <[email protected]>
remove tick log

github.com/prabirshrestha/vim-lsp - 0372d28758f097b5288d83288a99cd1c016a17f5 authored over 7 years ago by Prabir Shrestha <[email protected]>
use b:changed_tick for dirty

github.com/prabirshrestha/vim-lsp - 564fd078180ae8d19d032486f3070d778da77c8b authored over 7 years ago by Prabir Shrestha <[email protected]>
didchange on InsertLeave

github.com/prabirshrestha/vim-lsp - 996818fffe33608f7e3f1e65d7ab80a18834ea0b authored over 7 years ago by Prabir Shrestha <[email protected]>
textDocument/didSave

github.com/prabirshrestha/vim-lsp - 4ec037a62f70a6f3d3eb76121715e0f08a44aee6 authored over 7 years ago by Prabir Shrestha <[email protected]>
add s:ensure_changed

github.com/prabirshrestha/vim-lsp - 56d32466bc70a343ebec0a4a3a550aeadb58104b authored over 7 years ago by Prabir Shrestha <[email protected]>
fixed rootUri and rootPath

github.com/prabirshrestha/vim-lsp - c7747827a2f11b5def8608673fb145e9faeb4615 authored over 7 years ago by Prabir Shrestha <[email protected]>
added s:is_remote_uri and handle remote_uri

github.com/prabirshrestha/vim-lsp - 48ac7939e1949a7baa90b813fc9b0752c3d74da3 authored over 7 years ago by Prabir Shrestha <[email protected]>
implement ensure open

github.com/prabirshrestha/vim-lsp - ff62f0edda69a92e510e5d71b0cf3c64c032748f authored over 7 years ago by Prabir Shrestha <[email protected]>
implement ensure_init with callback

github.com/prabirshrestha/vim-lsp - 0d6b2a7fbaaf615e6631c9e43270ff6853244ff8 authored over 7 years ago by Prabir Shrestha <[email protected]>
use step for s:ensure_start

github.com/prabirshrestha/vim-lsp - e135124394bebaba9b1a1bf85a7e71c88dbb9a8b authored over 7 years ago by Prabir Shrestha <[email protected]>
added step.vim

github.com/prabirshrestha/vim-lsp - d9d8fe1c3ec00047edcee405b12ee5852edca81c authored over 7 years ago by Prabir Shrestha <[email protected]>
textDocument/didOpen

github.com/prabirshrestha/vim-lsp - 2da8f89b0259a69a27a0ae6afd36d6280904fcd6 authored over 7 years ago by Prabir Shrestha <[email protected]>
add s:ensure_init()

github.com/prabirshrestha/vim-lsp - ff198f7d4fae03bf8f0557c809bef64cf3d4a8c7 authored over 7 years ago by Prabir Shrestha <[email protected]>
implement lsp#register_server, s:ensure_flush and ensure_start, on_exit, s:get_active_servers_for_buffer

github.com/prabirshrestha/vim-lsp - e1610292eb9a5147a2903e2bceb2c253e6810b0e authored over 7 years ago by Prabir Shrestha <[email protected]>
add initial events

github.com/prabirshrestha/vim-lsp - 007d13c69a6f3438f57f8c0824ede38721fb5818 authored over 7 years ago by Prabir Shrestha <[email protected]>
initial events

github.com/prabirshrestha/vim-lsp - f2f67c29654970c9e3a54acf362daa861e2bf196 authored over 7 years ago by Prabir Shrestha <[email protected]>
added support for v2.0 textDocument/didChange during save

github.com/prabirshrestha/vim-lsp - 3d1cb74f9750af713a69e23fa915c715f46bd16c authored over 7 years ago by Prabir Shrestha <[email protected]>
removed lsp#client#send and added lsp#client#send_request and lsp#client#send_notification

updated example.vim to use send_request and send_notification
added support for textDocument/will...

github.com/prabirshrestha/vim-lsp - 228dbd7fb4995f44eb7520e22909720c9f573053 authored almost 8 years ago by Prabir Shrestha <[email protected]>
changed augroup to lsp_example

github.com/prabirshrestha/vim-lsp - 69b61aca7b0569ec0150e4cd4f70fef8369f8478 authored almost 8 years ago by Prabir Shrestha <[email protected]>
added textDocument/didSave example

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

github.com/prabirshrestha/vim-lsp - 00671887a33fde336965527b1e9ec34b9d49b3e0 authored almost 8 years ago by Prabir Shrestha <[email protected]>
support multiple server in example.vim (typescript and golang)

github.com/prabirshrestha/vim-lsp - 2f2527b87b847b5c57e051e76146ba09851c3e22 authored almost 8 years ago by Prabir Shrestha <[email protected]>
fixed s:supports_capability

github.com/prabirshrestha/vim-lsp - d2d56315540f1f28677ec8b59224815da4124216 authored almost 8 years ago by Prabir Shrestha <[email protected]>
remove lsp#client#text_document_sync_kind_* from public api

github.com/prabirshrestha/vim-lsp - ca07aec897c7755e6eaeb377f6c847c8d2b189bb authored almost 8 years ago by Prabir Shrestha <[email protected]>
directly run javascript-typescript-stdio from global npm installation

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

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

github.com/prabirshrestha/vim-lsp - 483c4e4bf4cf0345ac61d554370a48ecd2841242 authored almost 8 years ago by Prabir Shrestha <[email protected]>
fix s:supports_capability(name) and added :FindDocumentSymbols

github.com/prabirshrestha/vim-lsp - d3542b472ab6a2b0225859b97075df6ae1d9d528 authored almost 8 years ago by Prabir Shrestha <[email protected]>
Merge pull request #9 from prabirshrestha/rename-client

rename lsp#lspClient to lsp#client

github.com/prabirshrestha/vim-lsp - 93249385f39b6c1e70eff7a69f0b2684a0e0a42a authored almost 8 years ago by Prabir Shrestha <[email protected]>
rename lsp#lspClient to lsp#client

github.com/prabirshrestha/vim-lsp - b911c99d588305a69e3326654f88597bdbb46a97 authored almost 8 years ago by Prabir Shrestha <[email protected]>
provide better error message in case the language server exits

github.com/prabirshrestha/vim-lsp - 168aea5c5ca85db839999b7ced15ccb14ca908dc authored almost 8 years ago by Prabir Shrestha <[email protected]>
Merge pull request #8 from prabirshrestha/example

added example.vim

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

github.com/prabirshrestha/vim-lsp - 51f4a74524aed9d503888ee35affcb3073ab8a35 authored almost 8 years ago by Prabir Shrestha <[email protected]>
Merge pull request #7 from prabirshrestha/fix-per-request-on-notification

correctly call send on_notification callback

github.com/prabirshrestha/vim-lsp - 41b2124785b742b721d8de7276586889e264a8de authored almost 8 years ago by Prabir Shrestha <[email protected]>
correctly call send on_notification callback

github.com/prabirshrestha/vim-lsp - 9259f38639eb2f26d6cbad9013ac443487c704d0 authored almost 8 years ago by Prabir Shrestha <[email protected]>
handle cases when job fails to start (fixes #4)

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