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

Remove mention of neovim as the checkhealth syntax is deprecated there (#1525)

Co-authored-by: Prabir Shrestha <[email protected]>

github.com/prabirshrestha/vim-lsp - f7ccf006df1aefd327c0e2c55cc8632a2db577c1 authored 8 months ago by dundargoc <[email protected]>
Add try..catch as id as string is not supported by vim. (#1538)

* Add try..catch as id as string is not supported by vim.
https://github.com/vim/vim/issues/14091

github.com/prabirshrestha/vim-lsp - b132b6a43d1feb12e111c4aef55035b8a6441dd3 authored 8 months ago by Prabir Shrestha <[email protected]>
fix neovim highlighting (#1535)

github.com/prabirshrestha/vim-lsp - 28293320510eaa5c4b11f7510630eb95374922bb authored 8 months ago by Hoagy <[email protected]>
chore(deps): update actions/cache action to v4 (#1527)

github.com/prabirshrestha/vim-lsp - c20c6650d32a85e09ae6c7a9747aef7ded3677fb authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Include declarations getting references (#1523)

github.com/prabirshrestha/vim-lsp - d36f381dc8f39a9b86d66ef84c2ebbb7516d91d6 authored 10 months ago by Alberto Fanjul <[email protected]>
chore(deps): update actions/setup-go action to v5 (#1517)

github.com/prabirshrestha/vim-lsp - dd862d343029d869e5d6bc9fdc89d258f5270a1d authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
doc: Rephrase LspStopServer description (#1518)

At some point when writing the `LspStopServer` description I've
incorrectly merged two sentence...

github.com/prabirshrestha/vim-lsp - 8b5980b94f1b8ec074507a1e14a9178fd733cee6 authored 10 months ago by Illia Bobyr <[email protected]>
Fix various bugs when loading many buffers (#1511)

* fix languageId incorrectly set to "ctrlspace"

* remove get_line_count_buf() which incorrect...

github.com/prabirshrestha/vim-lsp - 3af8f3b38effc4a631a15bb283a4b701c251275d authored 11 months ago by Krzysztof Sachanowicz <[email protected]>
diagnostics/highlights: add patch check for getbufoneline() (#1514)

github.com/prabirshrestha/vim-lsp - dbe8b17c0926ab1155fa54ddddc4d692c19292bd authored 11 months ago by Jialu <[email protected]>
Set meaningful title to QuickFix window instead of :setqflist() (#1502)

fixes #293
fixes #1483

github.com/prabirshrestha/vim-lsp - ee2bb88833766ed184a77d4caa1e43d0821eaeb2 authored 11 months ago by Jakub Łukasiewicz <[email protected]>
Revert "use feedkeys(xxx, 'ni'), fix #1345 (#1493)" (#1503)

This reverts commit 822c6ac470398077dc67dfabfb860f795e8cd12b.

github.com/prabirshrestha/vim-lsp - c58edb98f09a650612adaaf8c47995c9e2b7ffb1 authored about 1 year ago by Prabir Shrestha <[email protected]>
use feedkeys(xxx, 'ni'), fix #1345 (#1493)

github.com/prabirshrestha/vim-lsp - 822c6ac470398077dc67dfabfb860f795e8cd12b authored about 1 year ago by ZERO <[email protected]>
fix: E684: List index out of range: 0 (#1481)

github.com/prabirshrestha/vim-lsp - 9649d3f848d0c06b70a661362451dd592f2e3651 authored about 1 year ago by FUD2008 <[email protected]>
Add LspAddTreeReferences (#1484)

github.com/prabirshrestha/vim-lsp - 7233bb2ec07506b6a6e57dfe4541f1c4e5647fd2 authored about 1 year ago by Satoru Kitaguchi <[email protected]>
LspStopServer: Stop all and stop specific (#1491)

It is convenient to be able to stop all LSP servers, regardless of the
currently active buffer....

github.com/prabirshrestha/vim-lsp - aa93b2a570437f245b1777a5e1beb93eafa38140 authored about 1 year ago by Illia Bobyr <[email protected]>
chore(deps): update actions/checkout action to v4 (#1495)

github.com/prabirshrestha/vim-lsp - d80290944377d08eab45e040f5290a535dd073d8 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
doc: Document actual LspStopServer behavior (#1490)

Actual behavior was slightly different from the documented one.

Co-authored-by: mattn <mattn....

github.com/prabirshrestha/vim-lsp - 7dd6b72d0c3ecbee08cdcee7e42d520f52c96208 authored about 1 year ago by Illia Bobyr <[email protected]>
Fix disappeared kind (#1485)

github.com/prabirshrestha/vim-lsp - 42d223c266f8525f4f88eb2738ff2690e17c9f9f authored about 1 year ago by jiz4oh <[email protected]>
Support `lsp_document_symbol_detail` option (#1482)

* Support `lsp_document_symbol_detail` option

to show details

* fixup! Support `lsp_docume...

github.com/prabirshrestha/vim-lsp - 2be2b07b53c4c58001ca52d2fc48c4088c5761f0 authored about 1 year ago by Satoru Kitaguchi <[email protected]>
Fix :LspNextWarning is not correctly tagged (#1476)

github.com/prabirshrestha/vim-lsp - 39bad0b67eeba88bf2f0477327693c8e552044fa authored over 1 year ago by mityu <[email protected]>
Fix ':LspStopServer' not working when enable native lsp client support (#1473)

When set `let g:lsp_use_native_client = 1` to enable native lsp client support,
if call `:LspSt...

github.com/prabirshrestha/vim-lsp - e74bd3c986484845a4b87e5aa013773d52030a75 authored over 1 year ago by Colin Cheng <[email protected]>
Close float window on InsertEnter or BufLeave (#1459)

* Close float window on InsertEnter or BufLeave
* Ignore vint in dynamically executed augroups

github.com/prabirshrestha/vim-lsp - 8351fd3ceaf418a287dc8105b7445ce148af62b9 authored over 1 year ago by Milly <[email protected]>
Enable scrollbar in popup window (#1469)

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]>
fix eat of typing char after completion done (#1468)

When using typescript-language-server, in content `Math.ab|`, if you type
`<C-X><C-o>` for omni...

github.com/prabirshrestha/vim-lsp - 507565f281a739c7aa1d3852d96baaaf4ee93882 authored over 1 year ago by Colin Cheng <[email protected]>
Update actions/setup-go action to v4 (#1465)

github.com/prabirshrestha/vim-lsp - 80644e108b71d8735ab4c03dbc53db5ec6598d9b authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/cache action to v3 (#1462)

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>
Update actions/checkout action to v3 (#1463)

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>
Add renovate.json (#1460)

github.com/prabirshrestha/vim-lsp - debf6232cbc8c35e90bd7220af1f7e8094e71aae authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix typo (#1458)

github.com/prabirshrestha/vim-lsp - 06bf1b35ef4717a10a00ec4f8387ebf3ec983194 authored over 1 year ago by Colin Cheng <[email protected]>
Improve performance placing signs and virtual text (#1455)

Since the functions don't change the linecount, call
getbufinfo(...).linecount once rather than...

github.com/prabirshrestha/vim-lsp - 6703edafe62dcb94b2757828b9b7435227c3e3ff authored over 1 year ago by Gabriel Barta <[email protected]>
g:lsp_diagnostics_virtual_text_align: List allowed values (#1445)

It is not immediately clear what are the possible values for this
configuration parameter. And...

github.com/prabirshrestha/vim-lsp - 7d59166b18699d28a44c0c66d4299272ca26d62c authored over 1 year ago by Illia Bobyr <[email protected]>
Allow `workspace_config` to be a function (#1400)

It is sometimes useful to generate `workspace_config` using a callback.
For example, if the pro...

github.com/prabirshrestha/vim-lsp - 44608334f9e71cbee2ad5f4dd436af66ffc313dc authored over 1 year ago by Illia Bobyr <[email protected]>
Escape path before findfile or finddir (#1444)

github.com/prabirshrestha/vim-lsp - e82e73a5ebb7df7a9661b3ee296d1b8c5934497f authored over 1 year ago by Kebin Liu <[email protected]>
Support `sync` option in vim8 native client (#1425)

`additionalTextEdits` was not working with native client because it uses
`'sync': 1` which was ...

github.com/prabirshrestha/vim-lsp - 80cd62f8f2c9c571aa31027b77ab7b8aac3d6346 authored over 1 year ago by Yutao Yuan <[email protected]>
fix inlay hint list separator (#1438)

fix #1430

It lead wrong format.

github.com/prabirshrestha/vim-lsp - 65628c3b0affacd0f36a6e294b1c1f96c6fe2455 authored over 1 year ago by Coelacanthus <[email protected]>
Add vim 9.0 to CI (#1432)

github.com/prabirshrestha/vim-lsp - 25337623cf11e2ac9c73dcba1a48b86fe103d887 authored over 1 year ago by Ryuichiroh <[email protected]>
Update name of the function (#1419)

github.com/prabirshrestha/vim-lsp - ad6d61b13c64499163f2430245f410bf9e75e89e authored over 1 year ago by Piotr Usewicz <[email protected]>
Make the CompleteDone backspace check more robust (#1426)

When checking for backspace in `CompleteDone` event, also look at the
line number. If the line ...

github.com/prabirshrestha/vim-lsp - a5e06b776167375ef68cd9bc836e4e89a3a192f3 authored over 1 year ago by Yutao Yuan <[email protected]>
Place multi-line highlights every lines (#1422)

* Place multi-line highlights every lines

* Update autoload/lsp/internal/diagnostics/highligh...

github.com/prabirshrestha/vim-lsp - e0111e199dba229d4114e5c289fd66af2180d8c0 authored over 1 year ago by Ryuichiroh <[email protected]>
Add option to disable float of diagnostic error when insert mode (#1417)

github.com/prabirshrestha/vim-lsp - 3244bed52220bee01515eb6dbc7da29a66998fec authored almost 2 years ago by Ryuichiroh <[email protected]>
Fix flicker on document highlighting with vim 9.0.0993 (#1397)

Since v9.0.0993 vim performs a full redraw when removing text property
types, which causes flic...

github.com/prabirshrestha/vim-lsp - 500987604d356738068ee3bf320a82dfa9fbfc1f authored almost 2 years ago by Björn Steinbrink <[email protected]>
Allow adjustable options of prop_add() for virtual text (#1412)

Co-authored-by: ryicoh <[email protected]>

github.com/prabirshrestha/vim-lsp - c4bae1f79b065d47cfe2af45c9f1a6576acce9df authored almost 2 years ago by Ryuichiroh <[email protected]>
Use prop_remove before adding virtual text (#1411)

github.com/prabirshrestha/vim-lsp - 3f6e23f3d8e211736bc1fb1428215e03154ac1ac authored almost 2 years ago by Marcin Szamotulski <[email protected]>
fix duplicate help tag (#1408)

github.com/prabirshrestha/vim-lsp - 2cb7ef587cd2c79dd98a7cd3ff301cc415296629 authored almost 2 years ago by figsoda <[email protected]>
Fix option name. (#1404)

Signed-off-by: Gabriel Linder <[email protected]>

Signed-off-by: Gabriel Linder <gabriel@n...

github.com/prabirshrestha/vim-lsp - 93db4a4bd31fef9208358e093d545840f427779b authored almost 2 years ago by Gabriel Linder <[email protected]>
Workaround for float position. (#1405)

Signed-off-by: Gabriel Linder <[email protected]>

Signed-off-by: Gabriel Linder <gabriel@n...

github.com/prabirshrestha/vim-lsp - 59e108e9749c2425467a4f1e35f21db70183d8d0 authored almost 2 years ago by Gabriel Linder <[email protected]>
Add GUI menus (#1402)

* Add GUI menus

This change adds some basic GUI menu and right-click popup.

* Update lsp.vim

github.com/prabirshrestha/vim-lsp - be675ffca2e7bdea58b30c6fd14d719eb9d64304 authored almost 2 years ago by Piotr Usewicz <[email protected]>
Allow specifying max width for floating windows (#1336)

github.com/prabirshrestha/vim-lsp - 9a00d5aba469f0664d7f164a71831ae58de23391 authored almost 2 years ago by yuilib <[email protected]>
@ should not be escaped (#1403)

* @ should not be escaped

* fix order

github.com/prabirshrestha/vim-lsp - 52240c3cd78c7151c358b8defa69137eb1141760 authored almost 2 years ago by mattn <[email protected]>
Prefer native lsp api when in vim. (#1362)

* add g:lsp_experimental_native_lsp flag to enable native vim lsp client

* send request and c...

github.com/prabirshrestha/vim-lsp - 5c1df0cf123edbdfdc9911740cd855db29511d9e authored almost 2 years ago by Prabir Shrestha <[email protected]>
Add support for virtual text diagnostics in Vim9 (#1358)

* Fix virtual-text link in lsp_inlay_hints_enabled docs
* Add support for virtual text diagnost...

github.com/prabirshrestha/vim-lsp - ed2c818b1eb7d26a4eed19eaaa13c3e7b10d0d97 authored almost 2 years ago by Björn Steinbrink <[email protected]>
Prepare call hierarchy (#1388)

The response ought to be a list, although haskell language server
replies with a null at times....

github.com/prabirshrestha/vim-lsp - 0a8d2dfaedf1e51859317f675cefe8403041e76a authored almost 2 years ago by Marcin Szamotulski <[email protected]>
workaround for float position (#1392)

github.com/prabirshrestha/vim-lsp - f453d6cb02d52dda27acd7616bbbd17c9af4b401 authored almost 2 years ago by mattn <[email protected]>
Add an option to fixup vim popup with conceal problems (#1376)

* Fix vim's popup and conceals

* Add lsp_preview_fixup_conceal

* Fix CI

github.com/prabirshrestha/vim-lsp - 9baef1f1cc2d117cdb22a0071ea5cd19144fb7e6 authored almost 2 years ago by hrsh7th <[email protected]>
Support all of rename response formats (#1387)

github.com/prabirshrestha/vim-lsp - e42203b4f0e46a927dd17b28f142fa91661d7163 authored almost 2 years ago by hrsh7th <[email protected]>
add performance for check health (#1383)

github.com/prabirshrestha/vim-lsp - c0325a8b44bf53e8b7b72b62925a73772cdf4378 authored almost 2 years ago by Prabir Shrestha <[email protected]>
Print workspace_config with :verbose LspStatus (#1279)

* Make verbose LspStatus show workspace config

Need the trailing echo to ensure the next lsp ...

github.com/prabirshrestha/vim-lsp - 0c8fda792177375ee90c03598adb1783c05bed83 authored almost 2 years ago by David Briscoe <[email protected]>
move `symbol` into `workspace` (#1382)

github.com/prabirshrestha/vim-lsp - 9d4dbf7e689af58b1289cb1be9d755dc96b0de04 authored almost 2 years ago by Takayuki Tsukitani <[email protected]>
Fix default supported capabilities (#1379)

* add missing supported capabilities

* sort alphabetically

* set `dynamicRegistration` to ...

github.com/prabirshrestha/vim-lsp - a85b71bfc862753ee11ae5986d882bd9588b17a2 authored almost 2 years ago by Takayuki Tsukitani <[email protected]>
Replace references to pylsp with pyls (#1378)

The palantir pyls repository is no longer maintained, the documentation
should not lead user do...

github.com/prabirshrestha/vim-lsp - 2bb97d29382dea308d6887f493148d70a48c5ab1 authored about 2 years ago by Lie Ryan <[email protected]>
document missing code action plugs (#1377)

github.com/prabirshrestha/vim-lsp - 1dced335b0dff1bd50aaa2192317b645bc54aca7 authored about 2 years ago by Prabir Shrestha <[email protected]>
Add an option to use a popup menu for code actions (#1361)

For code actions, some people might find it more convenient to use a
popup menu that shows up a...

github.com/prabirshrestha/vim-lsp - 06f2c12604bb566544c3e5b549b0f30526905c58 authored about 2 years ago by Björn Steinbrink <[email protected]>
Semantic tokens performance improvements (#1342)

* 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]>
Fix loss of reference highlights on buffer change (#1355)

Co-authored-by: Prabir Shrestha <[email protected]>

github.com/prabirshrestha/vim-lsp - 23728ad8c5becd2641ac7fb7e995b36295d2544e authored about 2 years ago by Stephan T <[email protected]>
Fix Checks for the presence of a dict's key 'linecount' (#1365)

github.com/prabirshrestha/vim-lsp - d45273a95cb546d550c3f45d96e634075c8974d5 authored about 2 years ago by miyuki <[email protected]>
Fix inconsistent document (#1363)

github.com/prabirshrestha/vim-lsp - 8fdaf4f78c94c6abba06a907520a5de157c5803b authored about 2 years ago by gx <[email protected]>
Fix signs for diagnostics that are reported one line past the end (#1360)

Some language servers report unexpected EOF errors on the line that's
actually one past the las...

github.com/prabirshrestha/vim-lsp - 218fc2a8a2c1fa0fc745ee77d1870328c9128dff authored about 2 years ago by Björn Steinbrink <[email protected]>
Inlay hint (#1347)

* inlay hint

* implement inlayHints

* implement inlayHints

* update doc

* fix

* f...

github.com/prabirshrestha/vim-lsp - 4d8a27513daef41915eaf2d315a2662e95d71080 authored about 2 years ago by mattn <[email protected]>
fix reporting of typeHierarchy capability (#1350)

github.com/prabirshrestha/vim-lsp - e5d2d3f7440ec109cb157b1b00a4a96030e2a564 authored about 2 years ago by Radek Simko <[email protected]>
Fix floating window on neovim (#1346)

github.com/prabirshrestha/vim-lsp - 309e9e5c8103bee69eabd152c09eaeec2e0a11f9 authored about 2 years ago by yuilib <[email protected]>
Correct overlapped text even if using filterText (#1341)

github.com/prabirshrestha/vim-lsp - eb542a379fbb8147ac8ae346f50217df655acc1d authored about 2 years ago by hrsh7th <[email protected]>
Implemented word correction in cases where startcol was corrected by … (#1340)

* Implemented word correction in cases where startcol was corrected by TextEdit.range.start.char...

github.com/prabirshrestha/vim-lsp - 771755300a719ccfb78cd99c2ccd633871db3596 authored about 2 years ago by hrsh7th <[email protected]>
Fix completion documentation floating window to show even when there is not enough space (#1334)

github.com/prabirshrestha/vim-lsp - 9a510cd4192edfa067a3dc73329b6ac5a6377df5 authored over 2 years ago by yuilib <[email protected]>
Semantic Tokens Support (#1275)

* 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]>
Fix an incorrect indentation in doc (#1326)

github.com/prabirshrestha/vim-lsp - da80b018311b811eceac86fd0a59c521ffa9d2ab authored over 2 years ago by a5ob7r <[email protected]>
add new preview window id api (#1323)

* 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]>
Correct spelling on lsp_hover_ui section of documentation (#1322)

github.com/prabirshrestha/vim-lsp - bf2d083ace3dcb22dd65a8ed9890e3d7c50f10d0 authored over 2 years ago by Kento Okamoto <[email protected]>
Fix invalid mode when to expand completion item (#1319)

Co-authored-by: hrsh7th <>

github.com/prabirshrestha/vim-lsp - 9458f6e2d49112958499f0c82e1d6f18baa70248 authored over 2 years ago by hrsh7th <[email protected]>
fix queue (#1316)

github.com/prabirshrestha/vim-lsp - 013625b3b1398754ca836d2bd63b27d9e4f454ed authored over 2 years ago by mattn <[email protected]>
check server_name (#1315)

github.com/prabirshrestha/vim-lsp - 1e1a0981a775cfd783ae7b69bb84d70fd55978b1 authored over 2 years ago by mattn <[email protected]>
Improve diagnostics float implementation (#1296)

Co-authored-by: hrsh7th <>
Co-authored-by: mattn <[email protected]>

github.com/prabirshrestha/vim-lsp - c075e157fcce4511e537b1f7f3385444d9c80e0d authored over 2 years ago by hrsh7th <[email protected]>
Send response for workspace/workspaceFolders (#1302)

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 response errors (#1299)

* handle code action signs error
* handle error for document formatting
* use lsp#client#is_error

github.com/prabirshrestha/vim-lsp - 3aa4b349cc49cfa4e1e2d5443ddc35b630c66641 authored over 2 years ago by Prabir Shrestha <[email protected]>
Highlight priority (#1298)

* Fix priority for document diagnostics

* Add priorities table

github.com/prabirshrestha/vim-lsp - 79698651c84e68f9dc8ad00741967195ea4086ea authored over 2 years ago by mattn <[email protected]>
The result in document/formatting possibly be ommited (#1294)

github.com/prabirshrestha/vim-lsp - 78e07f96840394ea49696f68fb6a156bba8dd154 authored over 2 years ago by mattn <[email protected]>
Add env (#1292)

* passing env to lsp#utils#job#start

* passing env to lsp#client#start

* env for only cmd
...

github.com/prabirshrestha/vim-lsp - 49656401fcffbea1bf1b64ffd32639b18540587a authored over 2 years ago by mattn <[email protected]>
fix: mapping to escape (#1274)

Removed only <Esc> key mappings because it seems to cause problems
in vim8.
Removed only for n...

github.com/prabirshrestha/vim-lsp - bfb7541eb88eb9804287af39aca70102e60d2bf0 authored over 2 years ago by vasy <[email protected]>
Add initial support for workspace folders (#1265)

* add g:lsp_experimental_workspace_folders

* send client capabilities for workspaceFolders if...

github.com/prabirshrestha/vim-lsp - 3d0fc4072bef08b578d4a4aa4a6f91de571e99e4 authored over 2 years ago by Prabir Shrestha <[email protected]>
highlight change: NonText -> Comment (#1266)

github.com/prabirshrestha/vim-lsp - 66b56c026fa24f76f38d3bc99bd478eff9aa4be3 authored almost 3 years ago by Eric Larson <[email protected]>
Fix register overwire when a preview window is cleared for lsp-hover (#1264)

github.com/prabirshrestha/vim-lsp - c5e5ccc0283b5da3944d08fdbf43c4ebb93cb449 authored almost 3 years ago by blyoa <[email protected]>
document g:lsp_log_verbose (#1262)

github.com/prabirshrestha/vim-lsp - b0f90a3a3a54e8c914ef480b572af5c1bb377aa8 authored almost 3 years ago by Prabir Shrestha <[email protected]>
update quickpick.vim to 968f00787c1 (Fix an invalid window id error in Neovim) (#1261)

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]>
Update quickpick.vim to 80a64e17 (#1260)

Do not use win_gettype since it's newer.
Refer to https://github.com/prabirshrestha/quickpick.v...

github.com/prabirshrestha/vim-lsp - 92986cc050f68816275b221e25f79e53de50e727 authored almost 3 years ago by Prabir Shrestha <[email protected]>
Update quickpick to 663aeacc6bd50f4612ffdb9fd1d438eab09f02b0 (fixes filckering) (#1259)

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 (#1257)

* 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]>
use nnoremap for scroll since it is usually in normal mode when opening popup (#1161) (#1258)

github.com/prabirshrestha/vim-lsp - 40b155512b142f2111195d85d4c19de2c424a4f2 authored almost 3 years ago by Prabir Shrestha <[email protected]>
[perf] update async.vim to f20569020d65bec3249222606c073c0943045b5e and normalize to string (#1256)

https://github.com/prabirshrestha/async.vim/pull/47

One of the big mistakes I did in designi...

github.com/prabirshrestha/vim-lsp - d88690844caa90011b18560631249eabac1b0166 authored almost 3 years ago by Prabir Shrestha <[email protected]>
handle error case where cursor is outside screen (#1254)

github.com/prabirshrestha/vim-lsp - 420143420d929d6bc9e98102b5828e0bbc5c9052 authored almost 3 years ago by Linda_pp <[email protected]>
Fix hover position (#1253)

* Fix hover position

* Use screenpos

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