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

Ignore error of prop_add/prop_remove (#721)

Some language server send diagnostics which send wrong locations.

Co-authored-by: hrsh7th <hr...

github.com/prabirshrestha/vim-lsp - a79931dcc5b81d9adaafdf6115a02e91e292bc25 authored over 4 years ago by mattn <[email protected]>
Resolve LspHover Conceal Issue (#720)

1. Do not clear Conceal highlight group
2. Do not highlight concealed chars by using syntax reg...

github.com/prabirshrestha/vim-lsp - f36410202e3ddece3170483c250c4d6cae0d639b authored over 4 years ago by Maxim Kim <[email protected]>
Show only first line while popup visible (#714)

github.com/prabirshrestha/vim-lsp - 9962ef9ac8c1a451523dba11a81dfb026998d1c7 authored over 4 years ago by mattn <[email protected]>
Expand snippets after some textEdit related modifications (#682)

* Expand snippets after some textEdit related modifications

* Remove `vim-lsp-snippets` speci...

github.com/prabirshrestha/vim-lsp - 20d1cf3968e5c3fbd880ef32202930f68d93a2da authored over 4 years ago by hrsh7th <[email protected]>
g:lsp_diagnostics_{echo,float}_cursor are NOT exclusive (#711)

github.com/prabirshrestha/vim-lsp - 682a20caf526e6af88736fc011fac56d5641f1c4 authored over 4 years ago by Fujiwara Takuya <[email protected]>
document vim-vsnip for snippets (#710)

github.com/prabirshrestha/vim-lsp - fabb572f7e85baaeeb57d8321ad3a901a1c5cf5a authored over 4 years ago by Prabir Shrestha <[email protected]>
Show diagnostics in a floating window (#700)

* fix comment

* fix indent

* support diagnostics in a floating window

* doc: add g:lsp_...

github.com/prabirshrestha/vim-lsp - 52539a54ae338993460205b4528d34caf175582e authored over 4 years ago by Fujiwara Takuya <[email protected]>
clear_all_highlights: check if buffer is loaded (#709)

when buffer is not loaded, len(getbufline(...)) returns 0, calling
prop_remove(..., lnum=1, lnu...

github.com/prabirshrestha/vim-lsp - f33d62429048e5d833ecb74de55dfab7838a5074 authored over 4 years ago by taiyu <[email protected]>
LspWorkspaceSymbol should redraw prompt (#708)

github.com/prabirshrestha/vim-lsp - d35d297447d0a5aa9482671d43da41416c1347e7 authored over 4 years ago by mattn <[email protected]>
Don't allow hover window to close preview window (#705)

If g:lsp_preview_float is enabled there is no reason to close the
preview window on LspHover an...

github.com/prabirshrestha/vim-lsp - 2a346106dee7244d470aec1903ef04052bbb8206 authored over 4 years ago by Timur Celik <[email protected]>
Register CursorMoved event only when required (#699)

github.com/prabirshrestha/vim-lsp - 2526438c448282e3c6986fbaba2ed034bbbd9ae5 authored over 4 years ago by itchyny <[email protected]>
Check text_edits is null (#697)

* Check text_edits is null

Some Language Server return null

* Add test for textEdit is nul...

github.com/prabirshrestha/vim-lsp - 701c734c916215c23cc17f931588d82fe7ad8a0b authored over 4 years ago by mattn <[email protected]>
Cache signature_help_trigger_chars (#696)

* Cache signature_help_trigger_chars

* Move code to the part which updating init_results.

...

github.com/prabirshrestha/vim-lsp - bf8d206eca98de20462efa5c67169f1d53381c8a authored over 4 years ago by mattn <[email protected]>
Remove \r in description in completion popup (#694)

github.com/prabirshrestha/vim-lsp - 08f702bfcd9853772ce8a017c77955a7b2769edc authored over 4 years ago by mattn <[email protected]>
Fix insert text (#688)

* Fix insert text

When insertTextFormat==2, it should prefer insertText. But it may include p...

github.com/prabirshrestha/vim-lsp - 2c9a2c6bdf439501ebe9fcc39b797b8bde5a06f0 authored over 4 years ago by mattn <[email protected]>
silent call feedkeys (#691)

* clear message of calling feedkeys

* Fix comment

* Fix comment

github.com/prabirshrestha/vim-lsp - bfca7a974d591abfafc2b9c53026ebfb843881c2 authored over 4 years ago by mattn <[email protected]>
Treat severity=1 when not specified (#686)

github.com/prabirshrestha/vim-lsp - 47ad01195c346192c480511b7f20e30df676227f authored over 4 years ago by mattn <[email protected]>
Use prefix filter when does not specified (#678)

github.com/prabirshrestha/vim-lsp - b9e68161933e398465c3c3d77ad21ea2596c499b authored over 4 years ago by hrsh7th <[email protected]>
Check capability is dict (#675)

github.com/prabirshrestha/vim-lsp - 6cbb4238e910ba0db64d13b0e01b6d8b0ef0eba7 authored over 4 years ago by mattn <[email protected]>
Merge pull request #673 from prabirshrestha/check-textedit

Check textEdit is not null

github.com/prabirshrestha/vim-lsp - dbfbdddb94c718d4445f6b08fc8f71ff5012a0d6 authored almost 5 years ago by hrsh7th <[email protected]>
Check textEdit is not null

github.com/prabirshrestha/vim-lsp - 7b793a1d79f82ca8a4bfe0beaac88a34d8bfb00d authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #669 from hrsh7th/fix-user-data-clear

Fix #668

github.com/prabirshrestha/vim-lsp - e2a052acce38bd0ae25e57fff734a14a9e2c9ef7 authored almost 5 years ago by hrsh7th <[email protected]>
Avoid clearing managed user_data unexpectedly

github.com/prabirshrestha/vim-lsp - 6262baebcd468bc79b3011389df943d00142bf10 authored almost 5 years ago by hrsh7th <[email protected]>
Fix completion for clangd (#665)

* Fix completion for clangd

* Fix for old vim

github.com/prabirshrestha/vim-lsp - 64d514d14f339f2e516af6f7b4417e441f7f62fa authored almost 5 years ago by hrsh7th <[email protected]>
Add missing function (#667)

Fixes #666

github.com/prabirshrestha/vim-lsp - 2f1ce88a838c3b70bd73b98afce6b2ef28c8ffb0 authored almost 5 years ago by mattn <[email protected]>
Improve code action (#663)

* Improve code action

* Add LspCodeActionSync

* Fix miss argument

* Fix for the review
...

github.com/prabirshrestha/vim-lsp - 70234feca47ce355482d1734b66a78de92edd0d1 authored almost 5 years ago by hrsh7th <[email protected]>
Ignore cmdwin (#664)

* Ignore cmdwin

* Ignore / cmdwin

github.com/prabirshrestha/vim-lsp - 896abb2d697b1c32a8686b4b9f7c6dac43c5299c authored almost 5 years ago by mattn <[email protected]>
Cache semantic tokens (#635)

* Move token calculation

* Cache tokens

* Avoid overflow in hash function

github.com/prabirshrestha/vim-lsp - eadb20a0c87824a33a3d8f43c4c6386c4a96e817 authored almost 5 years ago by Thomas Faingnaert <[email protected]>
Fixup lsp_location_item_to_vim (#657)

Refactoring introduced an additional +1 to line numbers; correct it for `PeekDefinition`.

see...

github.com/prabirshrestha/vim-lsp - 8f48b74e55a989ff0b1cf1c9ab34173d28d18f08 authored almost 5 years ago by Christian Clason <[email protected]>
disable semantic highlight by default (#656)

github.com/prabirshrestha/vim-lsp - 730f1c40f0524f28edf9ee0bbd21979958593840 authored almost 5 years ago by Prabir Shrestha <[email protected]>
Improve signature help with lexima.vim (#638)

* Improve signature help with lexima.vim

* Fix buffer change problem

* Display signature h...

github.com/prabirshrestha/vim-lsp - fef60795ecef2b83cff89770fdf41d56acd0c72e authored almost 5 years ago by hrsh7th <[email protected]>
show long of starting server

github.com/prabirshrestha/vim-lsp - 6bb1252a9c4bda0ed35f9a3446c6ed6e6384a9b7 authored almost 5 years ago by prabirshrestha <[email protected]>
Fix #651 (#652)

github.com/prabirshrestha/vim-lsp - 3c42f255407fb04fa3f82e50646ba79158ca216b authored almost 5 years ago by Yuta Sakurai <[email protected]>
do not echo Retrieving signature help

github.com/prabirshrestha/vim-lsp - 13c439051c109038c999ad8eedcd51891e455486 authored almost 5 years ago by prabirshrestha <[email protected]>
Improve user_data format (#649)

github.com/prabirshrestha/vim-lsp - c39127d85cc22526554243aa7641f6fcf0fdee26 authored almost 5 years ago by hrsh7th <[email protected]>
Fix CompleteDone (#637)

* Move some codes to completion.vim that related to handling CompleteDone.

* Add abort

* F...

github.com/prabirshrestha/vim-lsp - f769a450b2b96d517610f0e69408c2ebd5cb4214 authored almost 5 years ago by hrsh7th <[email protected]>
add lsp#_new_command() and lsp#_last_command() (#648)

* add lsp#_new_command() and lsp#_last_command()

* remove log

* fix rename

github.com/prabirshrestha/vim-lsp - 4468bbc2bd74d4525fbda8989a6c6fc388478e27 authored almost 5 years ago by Prabir Shrestha <[email protected]>
fix :LspDocumentDiagnostics

github.com/prabirshrestha/vim-lsp - 44e0823d55c234ffc505cbdc7d4244e6a66af6be authored almost 5 years ago by prabirshrestha <[email protected]>
added lsp#utils#location#_lsp_to_vim_list (#647)

* added lsp#utils#location#_lsp_to_vim_list
* check of response.result
* remove lsp#ui#vim#uti...

github.com/prabirshrestha/vim-lsp - b02345d2231e16d92b8b153fe6f1f0867e0b3b56 authored almost 5 years ago by Prabir Shrestha <[email protected]>
remove lsp#utils#to_col in favor of lsp#utils#position#_lsp_to_vim (#645)

* refactor to use lsp#utils#position#_lsp_to_vim
* remove lsp#utils#to_col in favor of lsp#util...

github.com/prabirshrestha/vim-lsp - 3aba91cf7124d3fa550b3b2aca83d9ba5024f485 authored almost 5 years ago by Prabir Shrestha <[email protected]>
fix _open_lsp_location (#646)

github.com/prabirshrestha/vim-lsp - c347a80dfa10e8e7edb1c8c0cb7675f1c8f6e11e authored almost 5 years ago by Prabir Shrestha <[email protected]>
add tests for lsp/utils/position.vim (#644)

github.com/prabirshrestha/vim-lsp - 189a3118b1f7ffe2dabe5a17cebfb23c0bfa5818 authored almost 5 years ago by Prabir Shrestha <[email protected]>
refactor LspTypeHierarchy (#643)

* add lsp#utils#buffer#_open_lsp_location(location)
add lsp#utils#position#lsp_to_vim(expr, pos...

github.com/prabirshrestha/vim-lsp - c35a3287743a5ef1a15116dae8705419a5bfd830 authored almost 5 years ago by Prabir Shrestha <[email protected]>
use * for settagstack check

github.com/prabirshrestha/vim-lsp - 50133a79e1b30b9222cde93c8aee7304440efe2d authored almost 5 years ago by prabirshrestha <[email protected]>
lsp#utils#tagstack#_update (#642)

github.com/prabirshrestha/vim-lsp - 8c5ee44eee119e59aa1c7d8a82f082ee21096f28 authored almost 5 years ago by Prabir Shrestha <[email protected]>
add initial support for type hierarchy (#641)

github.com/prabirshrestha/vim-lsp - 67caa411c84b4600283745ea03fff3112a44342f authored almost 5 years ago by Prabir Shrestha <[email protected]>
change reviewdog vint reporter to github-pr-reviewer (#639)

github.com/prabirshrestha/vim-lsp - 2afe76df7b00684377b07575db12c0832a4482a1 authored almost 5 years ago by Prabir Shrestha <[email protected]>
Cache base64 alphabet (#634)

github.com/prabirshrestha/vim-lsp - 094a49dccd2d92a57d754bcfaeb5f61b1ead70f4 authored almost 5 years ago by Thomas Faingnaert <[email protected]>
support hierarchical document symbol even if we don't explicilty set it to true (#631)

github.com/prabirshrestha/vim-lsp - ae1aa1459f12e927ac29aabaaebd7ef3eacbb893 authored almost 5 years ago by Prabir Shrestha <[email protected]>
default hierarchicalDocumentSymbolSupport to false for documentSymbol (#630)

github.com/prabirshrestha/vim-lsp - 7ccab31b791b05d5a2bf6df1b19cc667464111a8 authored almost 5 years ago by Prabir Shrestha <[email protected]>
Implement semantic highlighting (#464)

github.com/prabirshrestha/vim-lsp - 2f725fb4c32eb0af9499e046bcd4fc544f78f075 authored almost 5 years ago by Thomas Faingnaert <[email protected]>
no text document did save delay by default (#629)

github.com/prabirshrestha/vim-lsp - d3ce720d43a292a4c4f76c4de66e8f0f3647b24c authored almost 5 years ago by Vu Le <[email protected]>
document lsp_buffer_enabled in README.md (#627)

github.com/prabirshrestha/vim-lsp - 6dd95bbcab559d6648299b988705123fc6fb644b authored almost 5 years ago by Prabir Shrestha <[email protected]>
escape \r in preview (#626)

github.com/prabirshrestha/vim-lsp - 9becd620b773ec3bf15ed8435d02af7823d29f0b authored almost 5 years ago by Prabir Shrestha <[email protected]>
add official link sto vim-lsp-settings instructions (#623)

github.com/prabirshrestha/vim-lsp - e4422f660b492aa8263eb46a38ed95e456f78112 authored almost 5 years ago by Prabir Shrestha <[email protected]>
Fix hover syntax (#579)

github.com/prabirshrestha/vim-lsp - 72e76b8a4ff968d433760f8e87545550454436c6 authored almost 5 years ago by Thomas Faingnaert <[email protected]>
Fix an issue in highlighting of references. (#506)

The client tracks whether it has received a response using a global
'pending' variable. This co...

github.com/prabirshrestha/vim-lsp - fa10d415d5d5495abd6f0472caa77ec41c311576 authored almost 5 years ago by nhaliday <[email protected]>
Use location list instead of quickfix for diagnostics (#335)

Diagnostics are enabled only for current document which makes it
pointless to feed them to the ...

github.com/prabirshrestha/vim-lsp - f931d0d29f994564d9033e49e8a427a9b5e45c23 authored almost 5 years ago by Łukasz Jan Niemier <[email protected]>
remove travis.yml (#622)

github.com/prabirshrestha/vim-lsp - 6c97746d663e9aae6a2788fea0e1121320609088 authored almost 5 years ago by Prabir Shrestha <[email protected]>
initial linux vim github ci (#621)

github.com/prabirshrestha/vim-lsp - 90097d076aa0d3ce3801db25f81e499e6da77424 authored almost 5 years ago by Prabir Shrestha <[email protected]>
add neovim linux github actions (#620)

github.com/prabirshrestha/vim-lsp - 607149e1e0a9dac51e9165243270c250de0ba815 authored almost 5 years ago by Prabir Shrestha <[email protected]>
Fix completion when enable `g:lsp_async_completion` (#615)

github.com/prabirshrestha/vim-lsp - 5d6de67839f6d083c6ab36f234c058245a03ef8e authored almost 5 years ago by hrsh7th <[email protected]>
added mac neovim github actions (#618)

github.com/prabirshrestha/vim-lsp - d3dc5db36a657f68d06e6cad8a9d230bc6202c92 authored almost 5 years ago by Prabir Shrestha <[email protected]>
add github workflow for windows_neovim (#617)

github.com/prabirshrestha/vim-lsp - e6bf7636be425429fcf96904149849162e995762 authored almost 5 years ago by Prabir Shrestha <[email protected]>
github actions workflow for windows vim x64 for v8.0 v8.1 and v8.2 (#612)

github.com/prabirshrestha/vim-lsp - 52156ad5fccefaaafea2fed3d1571590a31f1935 authored almost 5 years ago by Prabir Shrestha <[email protected]>
use bionic linux and test against linux vim (#611)

github.com/prabirshrestha/vim-lsp - ed1c26342b29681cbc06faaaaad675ebbbe2d1a3 authored almost 5 years ago by Prabir Shrestha <[email protected]>
remove python/pip/vint from travis.yml (#610)

* remove python/pip/vint from travis.yml
* use change before_install to install

github.com/prabirshrestha/vim-lsp - 2f2eb53a2a594ccecbb024ef948187f41543ce7a authored almost 5 years ago by Prabir Shrestha <[email protected]>
use level as error for vint failures in github actions

github.com/prabirshrestha/vim-lsp - 1d116d37f5a36524392b47b3ae7bac4732660565 authored almost 5 years ago by Prabir <[email protected]>
add reviewdog vint github actions (#608)

add reviewdog and vint support

github.com/prabirshrestha/vim-lsp - b77471f6a7d3f6b54250d26c41d8768958fd01e5 authored almost 5 years ago by Prabir Shrestha <[email protected]>
Fix textEdit completion (#572)

github.com/prabirshrestha/vim-lsp - abc1d83dd599730c4df6673f46d102ed5a1d8929 authored almost 5 years ago by mattn <[email protected]>
Add only parameter for code action request (#607)

github.com/prabirshrestha/vim-lsp - a79e1614a8ebf85f7cbcb8cda23a364df9ad1e60 authored almost 5 years ago by hrsh7th <[email protected]>
Revert accidentially commits pushed to master branch.

github.com/prabirshrestha/vim-lsp - afaba6a1f29aa06c6aafb4d5a4893ff825bc9eb3 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix last position

github.com/prabirshrestha/vim-lsp - 5200a71411a19639c10e3f7c1a057b9d682c0e3d authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge branch 'master' into fix-snippet-complete

github.com/prabirshrestha/vim-lsp - 6d44e0c200dc3f4e1b3236d54efa0b83c38684b8 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix

github.com/prabirshrestha/vim-lsp - 7949fb410faf114a3bc21e703265f0c04c3d6eb1 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Unlet exited in server (#605)

* Unlet exited in server

* LspStopServer can be specified with name

github.com/prabirshrestha/vim-lsp - a38c46d59184e932c6394a65bb2b31b8b22ad00d authored almost 5 years ago by mattn <[email protected]>
Add :LspStopServer (#604)

* add :LspStopServer

* add :LspStatus to vim-lsp-contents

github.com/prabirshrestha/vim-lsp - 380f92fcce745e4cb311344945ccef23c25f0eb3 authored almost 5 years ago by FUJIWARA Takuya <[email protected]>
Print color statuses (#602)

* Print color statuses

* Prefer single quoted strings

github.com/prabirshrestha/vim-lsp - 0956e8587572e965a98810e806e67b3059aaa197 authored almost 5 years ago by mattn <[email protected]>
Fix typo (#601)

github.com/prabirshrestha/vim-lsp - d85c6a5f874c66b46089454bf6b1cb91de250e3d authored almost 5 years ago by mattn <[email protected]>
Add lsp_buffer_enabled (#599)

* Add lsp_enabled

* Enable LSP on new file

* Rename to lsp_buffer_enabled

* Update doc
...

github.com/prabirshrestha/vim-lsp - f759e4dd0d4700e9b1fad48ab5d1e26c57bc3a3b authored almost 5 years ago by mattn <[email protected]>
Fix error on s:set_textprops() (#600)

`bufwinid()` works on current tab page only, so when user changes the
current tab page, bufwini...

github.com/prabirshrestha/vim-lsp - fcf5439b9066dbcf034cc4eb9ab7afde1b868d07 authored almost 5 years ago by thinca <[email protected]>
Jump to next/previous diagnostics other than error diagnostics (#587)

- add LspNextWarning, LspPreviousWarning commands to jump to warnings
- add LspNextDiagnostic, ...

github.com/prabirshrestha/vim-lsp - feefc53ea67b7686011a152cbbc005e1ffb114a8 authored almost 5 years ago by Shumpei Shiina <[email protected]>
Handle error if the user hits escape before complete() is done (#578)

* Handle error if the user hits escape before complete() is done

* replaced tabs with spaces
...

github.com/prabirshrestha/vim-lsp - d87513ff2d21a0fbfedc4f9e7e2223b14592551c authored almost 5 years ago by Gavinok <[email protected]>
If the hover response has only empty string content, we don't display anything. (#553)

github.com/prabirshrestha/vim-lsp - 7ebf07135ec6af166b8e562f1aa83b0c241a1146 authored almost 5 years ago by Hirokazu Hata <[email protected]>
Improve help (#588)

* Add : prefix for helptag of Ex commands

* Use function name for helptag of functions

Als...

github.com/prabirshrestha/vim-lsp - d537a4370af52261d0a04c1418c2d992760171dc authored almost 5 years ago by thinca <[email protected]>
Set snippetSupport: false (#575)

github.com/prabirshrestha/vim-lsp - 499794bb219f57b79be31e148e394dc347a2e943 authored almost 5 years ago by mattn <[email protected]>
Add explicit line numbers to prop_remove calls (#574)

github.com/prabirshrestha/vim-lsp - 864e7df1d282a3f7a4ceb798d44d3562974fa8d6 authored almost 5 years ago by Thomas Faingnaert <[email protected]>
Fix test

github.com/prabirshrestha/vim-lsp - 9493169b91c880996c648075f36d4e08a21f436b authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix test

github.com/prabirshrestha/vim-lsp - 64c8d091d6bd5ee2d40aa01a33d23e207ba8d401 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Check InsertTextFormat:Snippet

github.com/prabirshrestha/vim-lsp - 98c19a7e3eaffdad14e212083f091a8e0bd87f39 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix snippet completion

github.com/prabirshrestha/vim-lsp - e22c13ccedfff0d5944f07a4579d588f7189f858 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #569 from itchyny/fix-async-error-buf-changed

fix error on switching the buffer with longer lines

github.com/prabirshrestha/vim-lsp - 1eef992603009e199057202a394f3bbb652b3b37 authored almost 5 years ago by mattn <[email protected]>
Avoid wrong buffer open (#502)

github.com/prabirshrestha/vim-lsp - 4d0ec0d698c2d34329a64201d0ed4068f6926b21 authored almost 5 years ago by hrsh7th <[email protected]>
fix error on switching the buffer with longer lines

github.com/prabirshrestha/vim-lsp - fd40b2f4d64eb0520a4a986c83a81aa0c012a170 authored almost 5 years ago by itchyny <[email protected]>
Use "P" instead of "p" to insert text (#550)

* Use "P" instead of "p" to insert text
* Update replace command and add test case

github.com/prabirshrestha/vim-lsp - e566dcd160497f9903bfa1c822f3c89dd8242f1a authored almost 5 years ago by Damien Radtke <[email protected]>
add docs for g:lsp_log_file (#565)

* add docs for g:lsp_log_file

* reword

github.com/prabirshrestha/vim-lsp - 45d5bff9d79609699ef06e5303b98b7e41a8e5a3 authored almost 5 years ago by Prabir Shrestha <[email protected]>
fix travis ci for widows (#564)

github.com/prabirshrestha/vim-lsp - cb389127e913025bdd22a7dd618a669597fd97bf authored almost 5 years ago by Prabir Shrestha <[email protected]>
move version check to script

github.com/prabirshrestha/vim-lsp - b2f3f086bcf3c2bdb1b378e86c79173c34d41ffa authored almost 5 years ago by Prabir <[email protected]>
Avoid double tap feature in insert-mode (#558)

github.com/prabirshrestha/vim-lsp - 5a207a787682edc9c5ac53325442d058d9517692 authored almost 5 years ago by hrsh7th <[email protected]>