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
Co-authored-by: Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - f7ccf006df1aefd327c0e2c55cc8632a2db577c1 authored 10 months ago by dundargoc <[email protected]>
* Add try..catch as id as string is not supported by vim.
https://github.com/vim/vim/issues/14091
github.com/prabirshrestha/vim-lsp - 28293320510eaa5c4b11f7510630eb95374922bb authored 11 months ago by Hoagy <[email protected]>
github.com/prabirshrestha/vim-lsp - c20c6650d32a85e09ae6c7a9747aef7ded3677fb authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prabirshrestha/vim-lsp - d36f381dc8f39a9b86d66ef84c2ebbb7516d91d6 authored about 1 year ago by Alberto Fanjul <[email protected]>
github.com/prabirshrestha/vim-lsp - dd862d343029d869e5d6bc9fdc89d258f5270a1d authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
At some point when writing the `LspStopServer` description I've
incorrectly merged two sentence...
* fix languageId incorrectly set to "ctrlspace"
* remove get_line_count_buf() which incorrect...
github.com/prabirshrestha/vim-lsp - 3af8f3b38effc4a631a15bb283a4b701c251275d authored about 1 year ago by Krzysztof Sachanowicz <[email protected]>github.com/prabirshrestha/vim-lsp - dbe8b17c0926ab1155fa54ddddc4d692c19292bd authored about 1 year ago by Jialu <[email protected]>
fixes #293
fixes #1483
This reverts commit 822c6ac470398077dc67dfabfb860f795e8cd12b.
github.com/prabirshrestha/vim-lsp - c58edb98f09a650612adaaf8c47995c9e2b7ffb1 authored about 1 year ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 822c6ac470398077dc67dfabfb860f795e8cd12b authored about 1 year ago by ZERO <[email protected]>
github.com/prabirshrestha/vim-lsp - 9649d3f848d0c06b70a661362451dd592f2e3651 authored about 1 year ago by FUD2008 <[email protected]>
github.com/prabirshrestha/vim-lsp - 7233bb2ec07506b6a6e57dfe4541f1c4e5647fd2 authored over 1 year ago by Satoru Kitaguchi <[email protected]>
It is convenient to be able to stop all LSP servers, regardless of the
currently active buffer....
github.com/prabirshrestha/vim-lsp - d80290944377d08eab45e040f5290a535dd073d8 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Actual behavior was slightly different from the documented one.
Co-authored-by: mattn <mattn....
github.com/prabirshrestha/vim-lsp - 7dd6b72d0c3ecbee08cdcee7e42d520f52c96208 authored over 1 year ago by Illia Bobyr <[email protected]>github.com/prabirshrestha/vim-lsp - 42d223c266f8525f4f88eb2738ff2690e17c9f9f authored over 1 year ago by jiz4oh <[email protected]>
* Support `lsp_document_symbol_detail` option
to show details
* fixup! Support `lsp_docume...
github.com/prabirshrestha/vim-lsp - 2be2b07b53c4c58001ca52d2fc48c4088c5761f0 authored over 1 year ago by Satoru Kitaguchi <[email protected]>github.com/prabirshrestha/vim-lsp - 39bad0b67eeba88bf2f0477327693c8e552044fa authored over 1 year ago by mityu <[email protected]>
When set `let g:lsp_use_native_client = 1` to enable native lsp client support,
if call `:LspSt...
* Close float window on InsertEnter or BufLeave
* Ignore vint in dynamically executed augroups
LspHover can show a lot of text sometimes. Enabling the scrollbar ensures it can be scrolled via...
github.com/prabirshrestha/vim-lsp - 6017a30e8ac75774be8cdae7bd996efbc9c1598b authored over 1 year ago by Piotr Usewicz <[email protected]>
When using typescript-language-server, in content `Math.ab|`, if you type
`<C-X><C-o>` for omni...
github.com/prabirshrestha/vim-lsp - 80644e108b71d8735ab4c03dbc53db5ec6598d9b authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prabirshrestha/vim-lsp - 7909c794ffd222758e246e20433969ed2eb2c88d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prabirshrestha/vim-lsp - af81e4381067683151252d0a051ebd0a56d820de authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/prabirshrestha/vim-lsp - debf6232cbc8c35e90bd7220af1f7e8094e71aae authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prabirshrestha/vim-lsp - 06bf1b35ef4717a10a00ec4f8387ebf3ec983194 authored over 1 year ago by Colin Cheng <[email protected]>
Since the functions don't change the linecount, call
getbufinfo(...).linecount once rather than...
It is not immediately clear what are the possible values for this
configuration parameter. And...
It is sometimes useful to generate `workspace_config` using a callback.
For example, if the pro...
github.com/prabirshrestha/vim-lsp - e82e73a5ebb7df7a9661b3ee296d1b8c5934497f authored almost 2 years ago by Kebin Liu <[email protected]>
`additionalTextEdits` was not working with native client because it uses
`'sync': 1` which was ...
fix #1430
It lead wrong format.
github.com/prabirshrestha/vim-lsp - 65628c3b0affacd0f36a6e294b1c1f96c6fe2455 authored almost 2 years ago by Coelacanthus <[email protected]>github.com/prabirshrestha/vim-lsp - 25337623cf11e2ac9c73dcba1a48b86fe103d887 authored almost 2 years ago by Ryuichiroh <[email protected]>
github.com/prabirshrestha/vim-lsp - ad6d61b13c64499163f2430245f410bf9e75e89e authored almost 2 years ago by Piotr Usewicz <[email protected]>
When checking for backspace in `CompleteDone` event, also look at the
line number. If the line ...
* Place multi-line highlights every lines
* Update autoload/lsp/internal/diagnostics/highligh...
github.com/prabirshrestha/vim-lsp - e0111e199dba229d4114e5c289fd66af2180d8c0 authored almost 2 years ago by Ryuichiroh <[email protected]>github.com/prabirshrestha/vim-lsp - 3244bed52220bee01515eb6dbc7da29a66998fec authored almost 2 years ago by Ryuichiroh <[email protected]>
Since v9.0.0993 vim performs a full redraw when removing text property
types, which causes flic...
Co-authored-by: ryicoh <[email protected]>
github.com/prabirshrestha/vim-lsp - c4bae1f79b065d47cfe2af45c9f1a6576acce9df authored about 2 years ago by Ryuichiroh <[email protected]>github.com/prabirshrestha/vim-lsp - 3f6e23f3d8e211736bc1fb1428215e03154ac1ac authored about 2 years ago by Marcin Szamotulski <[email protected]>
github.com/prabirshrestha/vim-lsp - 2cb7ef587cd2c79dd98a7cd3ff301cc415296629 authored about 2 years ago by figsoda <[email protected]>
Signed-off-by: Gabriel Linder <[email protected]>
Signed-off-by: Gabriel Linder <gabriel@n...
github.com/prabirshrestha/vim-lsp - 93db4a4bd31fef9208358e093d545840f427779b authored about 2 years ago by Gabriel Linder <[email protected]>Signed-off-by: Gabriel Linder <[email protected]>
Signed-off-by: Gabriel Linder <gabriel@n...
github.com/prabirshrestha/vim-lsp - 59e108e9749c2425467a4f1e35f21db70183d8d0 authored about 2 years ago by Gabriel Linder <[email protected]>* Add GUI menus
This change adds some basic GUI menu and right-click popup.
* Update lsp.vim
github.com/prabirshrestha/vim-lsp - be675ffca2e7bdea58b30c6fd14d719eb9d64304 authored about 2 years ago by Piotr Usewicz <[email protected]>github.com/prabirshrestha/vim-lsp - 9a00d5aba469f0664d7f164a71831ae58de23391 authored about 2 years ago by yuilib <[email protected]>
* @ should not be escaped
* fix order
github.com/prabirshrestha/vim-lsp - 52240c3cd78c7151c358b8defa69137eb1141760 authored about 2 years ago by mattn <[email protected]>* add g:lsp_experimental_native_lsp flag to enable native vim lsp client
* send request and c...
github.com/prabirshrestha/vim-lsp - 5c1df0cf123edbdfdc9911740cd855db29511d9e authored about 2 years ago by Prabir Shrestha <[email protected]>
* Fix virtual-text link in lsp_inlay_hints_enabled docs
* Add support for virtual text diagnost...
The response ought to be a list, although haskell language server
replies with a null at times....
github.com/prabirshrestha/vim-lsp - f453d6cb02d52dda27acd7616bbbd17c9af4b401 authored about 2 years ago by mattn <[email protected]>
* Fix vim's popup and conceals
* Add lsp_preview_fixup_conceal
* Fix CI
github.com/prabirshrestha/vim-lsp - 9baef1f1cc2d117cdb22a0071ea5cd19144fb7e6 authored about 2 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - e42203b4f0e46a927dd17b28f142fa91661d7163 authored about 2 years ago by hrsh7th <[email protected]>
github.com/prabirshrestha/vim-lsp - c0325a8b44bf53e8b7b72b62925a73772cdf4378 authored about 2 years ago by Prabir Shrestha <[email protected]>
* Make verbose LspStatus show workspace config
Need the trailing echo to ensure the next lsp ...
github.com/prabirshrestha/vim-lsp - 0c8fda792177375ee90c03598adb1783c05bed83 authored about 2 years ago by David Briscoe <[email protected]>github.com/prabirshrestha/vim-lsp - 9d4dbf7e689af58b1289cb1be9d755dc96b0de04 authored about 2 years ago by Takayuki Tsukitani <[email protected]>
* add missing supported capabilities
* sort alphabetically
* set `dynamicRegistration` to ...
github.com/prabirshrestha/vim-lsp - a85b71bfc862753ee11ae5986d882bd9588b17a2 authored about 2 years ago by Takayuki Tsukitani <[email protected]>
The palantir pyls repository is no longer maintained, the documentation
should not lead user do...
github.com/prabirshrestha/vim-lsp - 1dced335b0dff1bd50aaa2192317b645bc54aca7 authored about 2 years ago by Prabir Shrestha <[email protected]>
For code actions, some people might find it more convenient to use a
popup menu that shows up a...
* improve clear_highlights performance and robustness
* improve semantic tokens performance b...
github.com/prabirshrestha/vim-lsp - 08f0583c0c9e6a331e6f111d6c2ede0bc87a3179 authored about 2 years ago by frankplow <[email protected]>Co-authored-by: Prabir Shrestha <[email protected]>
github.com/prabirshrestha/vim-lsp - 23728ad8c5becd2641ac7fb7e995b36295d2544e authored about 2 years ago by Stephan T <[email protected]>github.com/prabirshrestha/vim-lsp - d45273a95cb546d550c3f45d96e634075c8974d5 authored about 2 years ago by miyuki <[email protected]>
github.com/prabirshrestha/vim-lsp - 8fdaf4f78c94c6abba06a907520a5de157c5803b authored over 2 years ago by gx <[email protected]>
Some language servers report unexpected EOF errors on the line that's
actually one past the las...
* inlay hint
* implement inlayHints
* implement inlayHints
* update doc
* fix
* f...
github.com/prabirshrestha/vim-lsp - 4d8a27513daef41915eaf2d315a2662e95d71080 authored over 2 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - e5d2d3f7440ec109cb157b1b00a4a96030e2a564 authored over 2 years ago by Radek Simko <[email protected]>
github.com/prabirshrestha/vim-lsp - 309e9e5c8103bee69eabd152c09eaeec2e0a11f9 authored over 2 years ago by yuilib <[email protected]>
github.com/prabirshrestha/vim-lsp - eb542a379fbb8147ac8ae346f50217df655acc1d authored over 2 years ago by hrsh7th <[email protected]>
* Implemented word correction in cases where startcol was corrected by TextEdit.range.start.char...
github.com/prabirshrestha/vim-lsp - 771755300a719ccfb78cd99c2ccd633871db3596 authored over 2 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 9a510cd4192edfa067a3dc73329b6ac5a6377df5 authored over 2 years ago by yuilib <[email protected]>
* initial naive implementation of semanticTokens
* fix race condition when starting new lsp s...
github.com/prabirshrestha/vim-lsp - 68c018eb1a79e0bbeb496f7040f7205b57cf3750 authored over 2 years ago by frankplow <[email protected]>github.com/prabirshrestha/vim-lsp - da80b018311b811eceac86fd0a59c521ffa9d2ab authored over 2 years ago by a5ob7r <[email protected]>
* add new preview window id api
resolves #1281
* add alias for getpreviewwinid()
* add do...
github.com/prabirshrestha/vim-lsp - 74e458bc9c7532ff1959b2443a1d73494e3673b6 authored over 2 years ago by fungus <[email protected]>github.com/prabirshrestha/vim-lsp - bf2d083ace3dcb22dd65a8ed9890e3d7c50f10d0 authored over 2 years ago by Kento Okamoto <[email protected]>
Co-authored-by: hrsh7th <>
github.com/prabirshrestha/vim-lsp - 9458f6e2d49112958499f0c82e1d6f18baa70248 authored over 2 years ago by hrsh7th <[email protected]>github.com/prabirshrestha/vim-lsp - 013625b3b1398754ca836d2bd63b27d9e4f454ed authored over 2 years ago by mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - 1e1a0981a775cfd783ae7b69bb84d70fd55978b1 authored over 2 years ago by mattn <[email protected]>
Co-authored-by: hrsh7th <>
Co-authored-by: mattn <[email protected]>
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#works...
github.com/prabirshrestha/vim-lsp - 8df4aa40191717b34f5da8d3c8e90dc0f1f62e0b authored over 2 years ago by mattn <[email protected]>
* handle code action signs error
* handle error for document formatting
* use lsp#client#is_error
* Fix priority for document diagnostics
* Add priorities table
github.com/prabirshrestha/vim-lsp - 79698651c84e68f9dc8ad00741967195ea4086ea authored over 2 years ago by mattn <[email protected]>github.com/prabirshrestha/vim-lsp - 78e07f96840394ea49696f68fb6a156bba8dd154 authored over 2 years ago by mattn <[email protected]>
github.com/prabirshrestha/vim-lsp - edd6629f0940e37ca988620e404e79e600962a6f authored almost 3 years ago by mattn <[email protected]>
* passing env to lsp#utils#job#start
* passing env to lsp#client#start
* env for only cmd
...
Removed only <Esc> key mappings because it seems to cause problems
in vim8.
Removed only for n...
* add g:lsp_experimental_workspace_folders
* send client capabilities for workspaceFolders if...
github.com/prabirshrestha/vim-lsp - 3d0fc4072bef08b578d4a4aa4a6f91de571e99e4 authored almost 3 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 66b56c026fa24f76f38d3bc99bd478eff9aa4be3 authored almost 3 years ago by Eric Larson <[email protected]>
github.com/prabirshrestha/vim-lsp - c5e5ccc0283b5da3944d08fdbf43c4ebb93cb449 authored almost 3 years ago by blyoa <[email protected]>
github.com/prabirshrestha/vim-lsp - b0f90a3a3a54e8c914ef480b572af5c1bb377aa8 authored almost 3 years ago by Prabir Shrestha <[email protected]>
Refer to https://github.com/prabirshrestha/quickpick.vim/pull/31
github.com/prabirshrestha/vim-lsp - 278f72d21cd0767b9f1e2de4cd52fa606817a6aa authored almost 3 years ago by Prabir Shrestha <[email protected]>
Do not use win_gettype since it's newer.
Refer to https://github.com/prabirshrestha/quickpick.v...
Refer to https://github.com/prabirshrestha/quickpick.vim/pull/25 for more information
github.com/prabirshrestha/vim-lsp - db53dcffece5b7c69b5d747bcd3f4458d0e13d91 authored almost 3 years ago by Prabir Shrestha <[email protected]>* Format Hover Pop-up Window
1) Applies Vim's gq command to each individual line of content r...
github.com/prabirshrestha/vim-lsp - 453042d7e4dc80a2f8a69d3a36f63bda5d8b4976 authored almost 3 years ago by Eric Larson <[email protected]>github.com/prabirshrestha/vim-lsp - 40b155512b142f2111195d85d4c19de2c424a4f2 authored about 3 years ago by Prabir Shrestha <[email protected]>
https://github.com/prabirshrestha/async.vim/pull/47
One of the big mistakes I did in designi...
github.com/prabirshrestha/vim-lsp - d88690844caa90011b18560631249eabac1b0166 authored about 3 years ago by Prabir Shrestha <[email protected]>github.com/prabirshrestha/vim-lsp - 420143420d929d6bc9e98102b5828e0bbc5c9052 authored about 3 years ago by Linda_pp <[email protected]>
* Fix hover position
* Use screenpos
github.com/prabirshrestha/vim-lsp - 6d642bd11e6ed83a21f5b005eab7f3a40fe07747 authored about 3 years ago by hrsh7th <[email protected]>