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
Some language server send diagnostics which send wrong locations.
Co-authored-by: hrsh7th <hr...
github.com/prabirshrestha/vim-lsp - a79931dcc5b81d9adaafdf6115a02e91e292bc25 authored almost 5 years ago by mattn <[email protected]>
1. Do not clear Conceal highlight group
2. Do not highlight concealed chars by using syntax reg...
github.com/prabirshrestha/vim-lsp - 9962ef9ac8c1a451523dba11a81dfb026998d1c7 authored almost 5 years ago by mattn <[email protected]>
* Expand snippets after some textEdit related modifications
* Remove `vim-lsp-snippets` speci...
github.com/prabirshrestha/vim-lsp - 20d1cf3968e5c3fbd880ef32202930f68d93a2da authored almost 5 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 682a20caf526e6af88736fc011fac56d5641f1c4 authored almost 5 years ago by Fujiwara Takuya <[email protected]>
github.com/prabirshrestha/vim-lsp - fabb572f7e85baaeeb57d8321ad3a901a1c5cf5a authored almost 5 years ago by Prabir Shrestha <[email protected]>
* fix comment
* fix indent
* support diagnostics in a floating window
* doc: add g:lsp_...
github.com/prabirshrestha/vim-lsp - 52539a54ae338993460205b4528d34caf175582e authored almost 5 years ago by Fujiwara Takuya <[email protected]>
when buffer is not loaded, len(getbufline(...)) returns 0, calling
prop_remove(..., lnum=1, lnu...
github.com/prabirshrestha/vim-lsp - d35d297447d0a5aa9482671d43da41416c1347e7 authored almost 5 years ago by mattn <[email protected]>
If g:lsp_preview_float is enabled there is no reason to close the
preview window on LspHover an...
github.com/prabirshrestha/vim-lsp - 2526438c448282e3c6986fbaba2ed034bbbd9ae5 authored almost 5 years ago by itchyny <[email protected]>
* Check text_edits is null
Some Language Server return null
* Add test for textEdit is nul...
github.com/prabirshrestha/vim-lsp - 701c734c916215c23cc17f931588d82fe7ad8a0b authored almost 5 years ago by mattn <[email protected]>* Cache signature_help_trigger_chars
* Move code to the part which updating init_results.
...
github.com/prabirshrestha/vim-lsp - bf8d206eca98de20462efa5c67169f1d53381c8a authored almost 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 08f702bfcd9853772ce8a017c77955a7b2769edc authored almost 5 years ago by mattn <[email protected]>
* Fix insert text
When insertTextFormat==2, it should prefer insertText. But it may include p...
github.com/prabirshrestha/vim-lsp - 2c9a2c6bdf439501ebe9fcc39b797b8bde5a06f0 authored almost 5 years ago by mattn <[email protected]>* clear message of calling feedkeys
* Fix comment
* Fix comment
github.com/prabirshrestha/vim-lsp - bfca7a974d591abfafc2b9c53026ebfb843881c2 authored almost 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 47ad01195c346192c480511b7f20e30df676227f authored almost 5 years ago by mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - b9e68161933e398465c3c3d77ad21ea2596c499b authored almost 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 6cbb4238e910ba0db64d13b0e01b6d8b0ef0eba7 authored almost 5 years ago by mattn <[email protected]>
Check textEdit is not null
github.com/prabirshrestha/vim-lsp - dbfbdddb94c718d4445f6b08fc8f71ff5012a0d6 authored almost 5 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 7b793a1d79f82ca8a4bfe0beaac88a34d8bfb00d authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix #668
github.com/prabirshrestha/vim-lsp - e2a052acce38bd0ae25e57fff734a14a9e2c9ef7 authored almost 5 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 56835a9f3dad3987a825ef378343bc67d7cfaa20 authored almost 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - 6262baebcd468bc79b3011389df943d00142bf10 authored almost 5 years ago by hrsh7th <[email protected]>
* Fix completion for clangd
* Fix for old vim
github.com/prabirshrestha/vim-lsp - 64d514d14f339f2e516af6f7b4417e441f7f62fa authored almost 5 years ago by hrsh7th <[email protected]>Fixes #666
github.com/prabirshrestha/vim-lsp - 2f1ce88a838c3b70bd73b98afce6b2ef28c8ffb0 authored almost 5 years ago by mattn <[email protected]>* Improve code action
* Add LspCodeActionSync
* Fix miss argument
* Fix for the review
...
* Ignore cmdwin
* Ignore / cmdwin
github.com/prabirshrestha/vim-lsp - 896abb2d697b1c32a8686b4b9f7c6dac43c5299c authored almost 5 years ago by mattn <[email protected]>* 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]>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]>github.com/prabirshrestha/vim-lsp - 730f1c40f0524f28edf9ee0bbd21979958593840 authored almost 5 years ago by Prabir Shrestha <[email protected]>
* 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]>github.com/prabirshrestha/vim-lsp - 6bb1252a9c4bda0ed35f9a3446c6ed6e6384a9b7 authored almost 5 years ago by prabirshrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 3c42f255407fb04fa3f82e50646ba79158ca216b authored about 5 years ago by Yuta Sakurai <[email protected]>
github.com/prabirshrestha/vim-lsp - 13c439051c109038c999ad8eedcd51891e455486 authored about 5 years ago by prabirshrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - c39127d85cc22526554243aa7641f6fcf0fdee26 authored about 5 years ago by hrsh7th <[email protected]>
* Move some codes to completion.vim that related to handling CompleteDone.
* Add abort
* F...
github.com/prabirshrestha/vim-lsp - f769a450b2b96d517610f0e69408c2ebd5cb4214 authored about 5 years ago by hrsh7th <[email protected]>* add lsp#_new_command() and lsp#_last_command()
* remove log
* fix rename
github.com/prabirshrestha/vim-lsp - 4468bbc2bd74d4525fbda8989a6c6fc388478e27 authored about 5 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 44e0823d55c234ffc505cbdc7d4244e6a66af6be authored about 5 years ago by prabirshrestha <[email protected]>
* added lsp#utils#location#_lsp_to_vim_list
* check of response.result
* remove lsp#ui#vim#uti...
* refactor to use lsp#utils#position#_lsp_to_vim
* remove lsp#utils#to_col in favor of lsp#util...
github.com/prabirshrestha/vim-lsp - c347a80dfa10e8e7edb1c8c0cb7675f1c8f6e11e authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 189a3118b1f7ffe2dabe5a17cebfb23c0bfa5818 authored about 5 years ago by Prabir Shrestha <[email protected]>
* add lsp#utils#buffer#_open_lsp_location(location)
add lsp#utils#position#lsp_to_vim(expr, pos...
github.com/prabirshrestha/vim-lsp - 50133a79e1b30b9222cde93c8aee7304440efe2d authored about 5 years ago by prabirshrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 8c5ee44eee119e59aa1c7d8a82f082ee21096f28 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 67caa411c84b4600283745ea03fff3112a44342f authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 2afe76df7b00684377b07575db12c0832a4482a1 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 094a49dccd2d92a57d754bcfaeb5f61b1ead70f4 authored about 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - ae1aa1459f12e927ac29aabaaebd7ef3eacbb893 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 7ccab31b791b05d5a2bf6df1b19cc667464111a8 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 2f725fb4c32eb0af9499e046bcd4fc544f78f075 authored about 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - d3ce720d43a292a4c4f76c4de66e8f0f3647b24c authored about 5 years ago by Vu Le <[email protected]>
github.com/prabirshrestha/vim-lsp - 6dd95bbcab559d6648299b988705123fc6fb644b authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 9becd620b773ec3bf15ed8435d02af7823d29f0b authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - e4422f660b492aa8263eb46a38ed95e456f78112 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 72e76b8a4ff968d433760f8e87545550454436c6 authored about 5 years ago by Thomas Faingnaert <[email protected]>
The client tracks whether it has received a response using a global
'pending' variable. This co...
Diagnostics are enabled only for current document which makes it
pointless to feed them to the ...
github.com/prabirshrestha/vim-lsp - 6c97746d663e9aae6a2788fea0e1121320609088 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 90097d076aa0d3ce3801db25f81e499e6da77424 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 607149e1e0a9dac51e9165243270c250de0ba815 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 5d6de67839f6d083c6ab36f234c058245a03ef8e authored about 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - d3dc5db36a657f68d06e6cad8a9d230bc6202c92 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - e6bf7636be425429fcf96904149849162e995762 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 52156ad5fccefaaafea2fed3d1571590a31f1935 authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - ed1c26342b29681cbc06faaaaad675ebbbe2d1a3 authored about 5 years ago by Prabir Shrestha <[email protected]>
* remove python/pip/vint from travis.yml
* use change before_install to install
github.com/prabirshrestha/vim-lsp - 1d116d37f5a36524392b47b3ae7bac4732660565 authored about 5 years ago by Prabir <[email protected]>
add reviewdog and vint support
github.com/prabirshrestha/vim-lsp - b77471f6a7d3f6b54250d26c41d8768958fd01e5 authored about 5 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - abc1d83dd599730c4df6673f46d102ed5a1d8929 authored about 5 years ago by mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - a79e1614a8ebf85f7cbcb8cda23a364df9ad1e60 authored about 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - afaba6a1f29aa06c6aafb4d5a4893ff825bc9eb3 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 5200a71411a19639c10e3f7c1a057b9d682c0e3d authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 6d44e0c200dc3f4e1b3236d54efa0b83c38684b8 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 7949fb410faf114a3bc21e703265f0c04c3d6eb1 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
* Unlet exited in server
* LspStopServer can be specified with name
github.com/prabirshrestha/vim-lsp - a38c46d59184e932c6394a65bb2b31b8b22ad00d authored about 5 years ago by mattn <[email protected]>* add :LspStopServer
* add :LspStatus to vim-lsp-contents
github.com/prabirshrestha/vim-lsp - 380f92fcce745e4cb311344945ccef23c25f0eb3 authored about 5 years ago by FUJIWARA Takuya <[email protected]>* Print color statuses
* Prefer single quoted strings
github.com/prabirshrestha/vim-lsp - 0956e8587572e965a98810e806e67b3059aaa197 authored about 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - d85c6a5f874c66b46089454bf6b1cb91de250e3d authored about 5 years ago by mattn <[email protected]>
* Add lsp_enabled
* Enable LSP on new file
* Rename to lsp_buffer_enabled
* Update doc
...
`bufwinid()` works on current tab page only, so when user changes the
current tab page, bufwini...
- add LspNextWarning, LspPreviousWarning commands to jump to warnings
- add LspNextDiagnostic, ...
* Handle error if the user hits escape before complete() is done
* replaced tabs with spaces
...
github.com/prabirshrestha/vim-lsp - 7ebf07135ec6af166b8e562f1aa83b0c241a1146 authored about 5 years ago by Hirokazu Hata <[email protected]>
* Add : prefix for helptag of Ex commands
* Use function name for helptag of functions
Als...
github.com/prabirshrestha/vim-lsp - d537a4370af52261d0a04c1418c2d992760171dc authored about 5 years ago by thinca <[email protected]>github.com/prabirshrestha/vim-lsp - 499794bb219f57b79be31e148e394dc347a2e943 authored about 5 years ago by mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - 864e7df1d282a3f7a4ceb798d44d3562974fa8d6 authored about 5 years ago by Thomas Faingnaert <[email protected]>
github.com/prabirshrestha/vim-lsp - 9493169b91c880996c648075f36d4e08a21f436b authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 64c8d091d6bd5ee2d40aa01a33d23e207ba8d401 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 98c19a7e3eaffdad14e212083f091a8e0bd87f39 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - e22c13ccedfff0d5944f07a4579d588f7189f858 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
fix error on switching the buffer with longer lines
github.com/prabirshrestha/vim-lsp - 1eef992603009e199057202a394f3bbb652b3b37 authored about 5 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 4d0ec0d698c2d34329a64201d0ed4068f6926b21 authored about 5 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - fd40b2f4d64eb0520a4a986c83a81aa0c012a170 authored about 5 years ago by itchyny <[email protected]>
* Use "P" instead of "p" to insert text
* Update replace command and add test case
* add docs for g:lsp_log_file
* reword
github.com/prabirshrestha/vim-lsp - 45d5bff9d79609699ef06e5303b98b7e41a8e5a3 authored about 5 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - cb389127e913025bdd22a7dd618a669597fd97bf authored about 5 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - b2f3f086bcf3c2bdb1b378e86c79173c34d41ffa authored about 5 years ago by Prabir <[email protected]>
github.com/prabirshrestha/vim-lsp - 5a207a787682edc9c5ac53325442d058d9517692 authored about 5 years ago by hrsh7th <[email protected]>