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 link to ALE
github.com/prabirshrestha/vim-lsp - c72a3f481ee8fc5fab255711f8af54d3588c5d35 authored almost 6 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 51f8e393d1e1eca826166f2f35e91dba4670a641 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
Fixes #230
github.com/prabirshrestha/vim-lsp - cbb8574e7e44a5af8239308420324d92fb100352 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>* Add switch, g:lsp_diagnostics_enabled, to disable support for diagnostics
* Reduce PR chang...
github.com/prabirshrestha/vim-lsp - ac22efb91e4efcf5ef2a923100216d404e545263 authored about 6 years ago by Matteo Landi <[email protected]>* Handle showcmd enabled
* Also handle ruler if not using statusline
* Better handle case ...
github.com/prabirshrestha/vim-lsp - 14225b5b195131f35a377c47b58ee97b2b3140ad authored about 6 years ago by smhc <[email protected]>github.com/prabirshrestha/vim-lsp - 735a279aa3860e94073655d7105d215e401dbd45 authored about 6 years ago by keremc <[email protected]>
github.com/prabirshrestha/vim-lsp - 07b9fc62fda23d98546e166e5fe0b6757ffda86d authored about 6 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - d6891ade6fb1f0d1780adc3ac1a8e99362075de4 authored about 6 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 74ad1e1c0d17c60ce6b6f78f26576d6905498670 authored about 6 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 2db2c45de6f9d2b362a0294e3bec3408db01fa62 authored about 6 years ago by Prabir Shrestha <[email protected]>
Completion possibly return null
github.com/prabirshrestha/vim-lsp - de6ae74b86bebf74688e45cd42b67bd6c500b0f8 authored about 6 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - f67ef09f152cc844d077f9d0405de3e304739559 authored about 6 years ago by Linda_pp <[email protected]>
Add option to request synchronized .
github.com/prabirshrestha/vim-lsp - b58841b0a1a00ccb2cd50b5ccd9e3fda4b56cc8f authored about 6 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 7cc8a70ae71da0312cff41f8f42f184ff5ee4d43 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - cf9a214e9d47c8d1b97660a391565cfaff59aeb8 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - c68603794242013057f6b2748beaf400a037d60b authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Correct end position for editing
github.com/prabirshrestha/vim-lsp - b1083bfc2ba1ceca203ef92b127e41fa1d828490 authored about 6 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - eba9ca25c0c9d98c05c6b10e377c978f59a86d2d authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/prabirshrestha/vim-lsp - 3f6b3cfcb2fced27dacaae64add9fafc841b4372 authored about 6 years ago by Yuri Skripachov <[email protected]>
When end column is 0, This mean 'whole-line'.
Fixes #216
github.com/prabirshrestha/vim-lsp - 395c63eee958d53cfd20ba4e8bb0baa37407a403 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>github.com/prabirshrestha/vim-lsp - 8a8734a76f99e5ddb68f89916d16a2a1a09791d0 authored about 6 years ago by hokorobi <[email protected]>
Added :LspStatus to list of commands and sorted the list alphabetically.
github.com/prabirshrestha/vim-lsp - 832be4e92e815dd28a4bd22b48faa885f6d555a6 authored about 6 years ago by Ryan Badour <[email protected]>github.com/prabirshrestha/vim-lsp - 8024ac55cda57ca73cbcb444bd0eefd63112ed66 authored about 6 years ago by prabirshrestha <[email protected]>
Also add LspDocumentFormatSync. This can be used for autocmd before
saving the file.
* Save/restore cursor position
* Cosmetic change
* selection should be inclusive
Because excl...
* Add <plug> mappings
* Update doc
github.com/prabirshrestha/vim-lsp - fac0429cd8d989c4308949b03e2bfc885669c171 authored about 6 years ago by mattn <[email protected]>
The correct way to deal with edge cases (column = 0 or column = line
length) is to use selectio...
* truncate diagnostics message
* fix echo with truncation
github.com/prabirshrestha/vim-lsp - 82375012d0756d48f91eb628a48d6d52366c1245 authored about 6 years ago by Prabir Shrestha <[email protected]>* WIP code actions
It was addded the code actions funcionality
https://microsoft.github.io/l...
Currently calling hover on a filetype without support throws an error, stating
that 'Unknown fu...
ALE (and other plugins) echo diagnostic error messages. vim-lsp erases these by echoing a blank ...
github.com/prabirshrestha/vim-lsp - 2e593701ad168a49ece59fa6db48a58b8b337ed4 authored over 6 years ago by smhc <[email protected]>github.com/prabirshrestha/vim-lsp - 5a9be40bec013e86b01f59602241f9b749592a44 authored over 6 years ago by daquexian <[email protected]>
* Display `detail` of a completion item as `info` for omnifunc
* Avoid unnecessary string all...
github.com/prabirshrestha/vim-lsp - 1886d68b9a2ca6b4a6b46e865255f0887a225e32 authored over 6 years ago by Liang-Ting Chen <[email protected]>
The eol option will be set if the vim found an eol at the eof. This,
combined with the binary a...
github.com/prabirshrestha/vim-lsp - 1366e0779558852a3787df39ad5e4aef8213259c authored over 6 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - f9c32e36cdc5289c86bb33a1f1ecbe8fc388d4e8 authored over 6 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - a510bc66e0e7236293519a33af3df6217b05e2a2 authored over 6 years ago by Jiwan <[email protected]>
github.com/prabirshrestha/vim-lsp - 3cee8591aa0750c1f5225a46466dc8161f6d86bd authored over 6 years ago by Adam Labbe <[email protected]>
github.com/prabirshrestha/vim-lsp - ba1cf3ba47bea7936dc5c8fbfd7d6b8d3b67f6f7 authored over 6 years ago by Prabir Shrestha <[email protected]>
* add jump to next/pre error
* upd
* optimization
* fix named
github.com/prabirshrestha/vim-lsp - f19213d30b8f4bf635c3c0aa7398d78448df1f0a authored over 6 years ago by Cosson2017 <[email protected]>* Fix lsp#utils#path_to_uri for windows
When encoding the buffer path on Windows the path_to_...
github.com/prabirshrestha/vim-lsp - 6e69ebd199835e46ba3e34885c65fa36091f702b authored over 6 years ago by Augusto Melo <[email protected]>In general, <cWORD> should be an initial value of rename.
github.com/prabirshrestha/vim-lsp - 3441fa8c2d27b46a510cd9c17cfa1bde04ca4a6e authored over 6 years ago by Alisue <[email protected]>* fix error when the response does not correspond to a request
* log error when the correspon...
github.com/prabirshrestha/vim-lsp - cf948126ec4ac1554e7027fd9e4a63452d0d1ca9 authored over 6 years ago by Henry Hu <[email protected]>* Add an initialization hook to send workspace/didChangeNotification
* Rename workspace_conf ...
github.com/prabirshrestha/vim-lsp - 96b81a5880b6b91e6e5b1f6b4662e6e5da6943d9 authored over 6 years ago by Adam Labbe <[email protected]>
* add command LspStatus to display the status of each language server
* Singular function for g...
github.com/prabirshrestha/vim-lsp - 265d36fc687ecdac3c6fc926a709bef759d98ec0 authored over 6 years ago by James Owen <[email protected]>
github.com/prabirshrestha/vim-lsp - 462bb029f186cdf81394e95697b30ff99d65c001 authored over 6 years ago by Pascal Loth <[email protected]>
github.com/prabirshrestha/vim-lsp - 2f72235f1f508f8b72a4a3548a6e8bf310599241 authored over 6 years ago by duganchen <[email protected]>
github.com/prabirshrestha/vim-lsp - 110454144572bb20fb09a898f361810bbe065739 authored over 6 years ago by mmktomato <[email protected]>
Only calls `bufnr()` once.
github.com/prabirshrestha/vim-lsp - 859bc288ec4e2b4ada49a5a6410e3af60d0c769f authored over 6 years ago by Daniel Hahler <[email protected]>github.com/prabirshrestha/vim-lsp - 7098de9c7cd7d4214fefc0c805cc86e26db8f218 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 7d64e8aa11d6a99d70182e4b1458cf23c155928a authored almost 7 years ago by Cosson2017 <[email protected]>
* Naive implementation of location preview instead of just path
* Make cache usage actual
...
github.com/prabirshrestha/vim-lsp - c547986d3b1fabe96734a27bef8256f0b378e256 authored almost 7 years ago by Maxim Kot <[email protected]>github.com/prabirshrestha/vim-lsp - 1b1ae097a99df79a8c8613b5f4e638e251d6b862 authored almost 7 years ago by prabirshrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 18edb04073003d07bb97b5998a31443f1ac85d2b authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 2db284e61e10fcade35ef3bb68fe367222d2aea1 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 29c986c729fd78b6162bc4d1fa227a2405448c71 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - e2805f5313814aa4991671aeaa710528b86a3a21 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - a9eb518ed06fcabcc6a3054d1541e6a69c5058d1 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 6bee4a16d8d80dd513a512b66b39b7efcb36ad24 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 52e28da2de5125b19a5e22a17fe8890d3e26e741 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 28eb70715fcbac004588e28ce0690ede5cd7c4e7 authored almost 7 years ago by Prabir Shrestha <[email protected]>
* Revert "Revert "Custom signs (#115)" (#119)"
This reverts commit ce1ad6f01a718e9340367d5a83...
github.com/prabirshrestha/vim-lsp - 2cc06e6bf5d28455696a09d8c556864fba2f6daf authored almost 7 years ago by Prabir Shrestha <[email protected]>* respect insertTextFormat and make lsp#omni#format_completion_item() public
* rename to get_...
github.com/prabirshrestha/vim-lsp - 7e760b35b9c21f0fb69bfb16747a626c27170d81 authored almost 7 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 72916bce5f5dcb02d460582146babfd40024e307 authored almost 7 years ago by Prabir Shrestha <[email protected]>
This reverts commit 8210694b256e0ea974021e3b5f83b146e8933365.
github.com/prabirshrestha/vim-lsp - ce1ad6f01a718e9340367d5a8378a49c547dee13 authored almost 7 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 91005ca30c5dbe82030c52682787b84fc123d1c2 authored almost 7 years ago by Prabir Shrestha <[email protected]>
* add variables to define custom signs
* set signs via exec
* use dict for custom signs
...
github.com/prabirshrestha/vim-lsp - 8210694b256e0ea974021e3b5f83b146e8933365 authored almost 7 years ago by Pavel Davydov <[email protected]>* add lsp#utils#decode_uri to fix issue with c++ standard library headers (#106)
* make decod...
github.com/prabirshrestha/vim-lsp - f588b27e1a18e3a986888a31d5026dabc632aaf0 authored almost 7 years ago by Pavel Davydov <[email protected]>
* Print error message when server fails to initialize
* move error_msg to utils.vim
* rename e...
github.com/prabirshrestha/vim-lsp - 2e4954cc9e22dec52f025f581ff292c53bb4ae52 authored almost 7 years ago by Prabir Shrestha <[email protected]>
This commit allows to stay in the current window with `:LspHover`.
This behavior enables if `g:...
github.com/prabirshrestha/vim-lsp - 449c8c9d22bc9ed9acce2670a65320d90262a5b8 authored almost 7 years ago by Yosuke Kurami <[email protected]>
github.com/prabirshrestha/vim-lsp - 77e548469d106871aabfdf8f8eb8ce96f79f10c1 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 53e805bb8d6c30caa6d601786410b6475a3bc236 authored almost 7 years ago by Prabir Shrestha <[email protected]>
This reverts commit a2483c71d168bae91ac1426984613b50add7a81f.
github.com/prabirshrestha/vim-lsp - 897b60960c2a606757ad81ff0275ccc58ab7f355 authored almost 7 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - a2483c71d168bae91ac1426984613b50add7a81f authored almost 7 years ago by xtal8 <[email protected]>
github.com/prabirshrestha/vim-lsp - 10d45996ff3eefbdc45b82ccedf1f006da7e1c94 authored almost 7 years ago by xtal8 <[email protected]>
github.com/prabirshrestha/vim-lsp - c733f3d916eff4cbfb90b6169cf245826121d5f2 authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 0da7cbbdf10eacf139d0306b8b85254c0cbba555 authored almost 7 years ago by prabirshrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 775674d4fb22a65a9b5becb79177990d3eae1655 authored almost 7 years ago by prabirshrestha <[email protected]>
* support for showing diagnostics under cursor
* added README.md
github.com/prabirshrestha/vim-lsp - 1bb957d6bfaed3cababad7ecd16a0ab57a8f45fd authored almost 7 years ago by prabirshrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 148bc9a9a1e4a3303c783c9b5b5cc7c15e799f7f authored almost 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 75863ac26ffaa06997f04da163b7fedf7d4da256 authored about 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - b33a69e2b13b94c97a96f4e45833b7fd8d282916 authored about 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 8b4b168a6b5574f5a48313cb07614fc4d63d6b9b authored about 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - b88e0d616888617e51464070c39c18b7c57d2a9a authored about 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - e1230b7cef4445ec122a7b9dd5435e84cd873582 authored about 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - d3af2b8e1a6d15edab49410e1c1f60deef1d654c authored about 7 years ago by Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 859687b98a7eb756eff8159358d79bcadbeb262c authored about 7 years ago by Prabir Shrestha <[email protected]>
* Create preview window instead of using quickfix list
This removes from us burden of providi...
github.com/prabirshrestha/vim-lsp - 203d682e30ca30d995fdceaf53df8a7808409baa authored about 7 years ago by Łukasz Jan Niemier <[email protected]>github.com/prabirshrestha/vim-lsp - a15344352f3dc4d6274267c20003f2bdbb493a01 authored about 7 years ago by xtal8 <[email protected]>
* Use paste mode when inserting text from response
This will disable all built in Vim formatt...
github.com/prabirshrestha/vim-lsp - 53a8fa0fe9bed1a4c41816035e1c4c8b9906dd59 authored about 7 years ago by Łukasz Jan Niemier <[email protected]>This should make non-asynchronous completion more robust.
github.com/prabirshrestha/vim-lsp - 55108db945d9993b4fa11274d2ede8b320337c35 authored about 7 years ago by Łukasz Jan Niemier <[email protected]>github.com/prabirshrestha/vim-lsp - ed17cc85af99797e7a0f62c7a5cf62bce2d8b5ef authored about 7 years ago by Daniel Trstenjak <[email protected]>
Mark position only when jumping.
Screen is sometimes not redrawn after jump. Force redraw.
* Add preview info from the 'documentation' fields of completion items
github.com/prabirshrestha/vim-lsp - e7ab592beb460cec5dd286ec3a9d088115bd38ba authored about 7 years ago by rliang <[email protected]>* Add position to jumplist before :LspDefinition
Currently when we jump with :LspDefinition t...
github.com/prabirshrestha/vim-lsp - f1517022bb5989220cc5c4cb552a4bdcb7208b09 authored about 7 years ago by xtal8 <[email protected]>