Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

nvimdev

all the plugins made by glepnir
Collective - Host: opensource - https://opencollective.com/nvimdev - Website: https://dev.nvimdev.pro/ - Code: https://github.com/nvimdev/lspsaga.nvim

fix jump from defintion miss line number close #557

github.com/nvimdev/lspsaga.nvim - 580c04f13413b6d23a2defe1320afaf521079d45 authored over 2 years ago by Raphael <[email protected]>
disable winbar bug in upsteam

github.com/nvimdev/lspsaga.nvim - e5d5a3243616af78f0d7b7b29aa700a16e516a23 authored over 2 years ago by Raphael <[email protected]>
use prepare before rename

github.com/nvimdev/lspsaga.nvim - 9bfd5630b2fbc7e952a310ab0c53a288b1ae7d1b authored over 2 years ago by Raphael <[email protected]>
check the next character is keyword or not

github.com/nvimdev/lspsaga.nvim - ba9fdc0431c3e1f7fb4e3c869ad03c2f1e85a050 authored over 2 years ago by Raphael <[email protected]>
fixup! fixup! fixup! rename

github.com/nvimdev/lspsaga.nvim - fa695e918e38d17b9cb953e73b795e5503b0b6fb authored over 2 years ago by Raphael <[email protected]>
fixup! fixup! rename

github.com/nvimdev/lspsaga.nvim - 0c09e7c620f473275d7643f9d10a405e078c9f16 authored over 2 years ago by Raphael <[email protected]>
fix: rename select mode bug

github.com/nvimdev/lspsaga.nvim - 7f8906f4379461a3f046de512f5d4a9e8deb26d8 authored over 2 years ago by Raphael <[email protected]>
fix: rename get current name bug close #553

github.com/nvimdev/lspsaga.nvim - af9d2f5aef9d97ddd6e75f5fbc38ba36dc69748a authored over 2 years ago by Raphael <[email protected]>
fix: rename bug

github.com/nvimdev/lspsaga.nvim - 381900d932db058aa3236ba66cc9f45747c0df71 authored over 2 years ago by Raphael <[email protected]>
fix symbolwinbar length too long

github.com/nvimdev/lspsaga.nvim - b5cdbdbd9ef9d008bfefd432a2a579f901a1f49b authored over 2 years ago by Raphael <[email protected]>
fix symbolwinbar buffer wrong

github.com/nvimdev/lspsaga.nvim - d0013d108706f4a0e4881b7ae1ba648126263644 authored over 2 years ago by Raphael <[email protected]>
improve symbolwinbar

github.com/nvimdev/lspsaga.nvim - 264994f7ff6ce07d117e005e6d093938a8157318 authored over 2 years ago by Raphael <[email protected]>
set default winbar enable to true 0.8 had release

github.com/nvimdev/lspsaga.nvim - 84d588654dade1717040ae7bf59f110030c45197 authored over 2 years ago by Raphael <[email protected]>
fix: defer the exexuteCommand request close #544

github.com/nvimdev/lspsaga.nvim - 04e8167740c66193686ea3d14b511c7b160ea755 authored over 2 years ago by Raphael <[email protected]>
Support custom winbar filename (#540)

* Support custom winbar filename

It's convenient to custom winbar filename with custom file f...

github.com/nvimdev/lspsaga.nvim - aab859641ec21decc0495c54be70d2171d62fd18 authored over 2 years ago by 李晓辉 <[email protected]>
fix: fix rename bug (#538)

If the treesitter parser is not installed, return true directly.

github.com/nvimdev/lspsaga.nvim - c8bbcb598e5d63ce927d0f93d2f243532dd602c5 authored over 2 years ago by LimbicSys <[email protected]>
fix: winbar click_support always not invoked when as function (#537)

This `if not config.click_support then` branch is skipped when `click_support` is not false or n...

github.com/nvimdev/lspsaga.nvim - dfd219cd46f817c55961de05b0267b871139d8d6 authored over 2 years ago by VRShard <[email protected]>
update ci version

github.com/nvimdev/lspsaga.nvim - 8f78b855d8c4bb4e5f7bb0cbc6ecce2f332bafd7 authored over 2 years ago by Raphael <[email protected]>
Fix closing tag in README (#536)

github.com/nvimdev/lspsaga.nvim - 41dd007853fd8b5008485b4ebd1a456db48177e2 authored over 2 years ago by Michael Härtl <[email protected]>
fix(CI): Broken workflow (ELF not found). (#535)

github.com/nvimdev/lspsaga.nvim - ae099d5844b005cec66a66ab30a44d3bf8867af9 authored over 2 years ago by 冷酔閑吟 <[email protected]>
Update README.md (#531)

github.com/nvimdev/lspsaga.nvim - 365bf2eae10f6cf04aff427bfccfb4f886841cd9 authored over 2 years ago by RA <[email protected]>
Spelling corrections and changes (#526)

github.com/nvimdev/lspsaga.nvim - c2ef0115fb917460daf5c76fe3ad3a9357213b54 authored over 2 years ago by Adelar da Silva Queiróz <[email protected]>
symbolwinbar: improve it works better with winwidth close #521

github.com/nvimdev/lspsaga.nvim - d703c1216ede4b2ba00f5ceda79058c9e390f56e authored over 2 years ago by Raphael <[email protected]>
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - e0434d1ae6f5be3c7bbc3f129b2c6267780c9170 authored over 2 years ago by Raphael <[email protected]>
finder: make sure close all preview window close #519

github.com/nvimdev/lspsaga.nvim - b4018b843fb020777d628095f242926bd5cced29 authored over 2 years ago by Raphael <[email protected]>
fix(definition): support peeking multiple definitions (#520)

* fix(definition): support peeking multiple definitions

* fix(definition): better var name fo...

github.com/nvimdev/lspsaga.nvim - db209940a471aff4bf36e501e56a51fc6a861e63 authored over 2 years ago by Jiarong Deng <[email protected]>
Remove finder_preview_hl_ns (#522)

github.com/nvimdev/lspsaga.nvim - b5ec19444c14de85c36724dd2ad35b79dbf1c319 authored over 2 years ago by Adelar da Silva Queiróz <[email protected]>
disable winbar when height=1 fix #517

github.com/nvimdev/lspsaga.nvim - 757f38218ae0b17cc537ebbc2e7fe4adac620001 authored over 2 years ago by Raphael <[email protected]>
fix finder in elixir

github.com/nvimdev/lspsaga.nvim - a7cc9708da09faa9e352cae787317e93676d6d10 authored over 2 years ago by Raphael <[email protected]>
make finder work in exlixr

github.com/nvimdev/lspsaga.nvim - 1d0539e5b2533e44d45103221041d3ec2c229111 authored over 2 years ago by Raphael <[email protected]>
fix lightbulb delete group in detach

github.com/nvimdev/lspsaga.nvim - 7fc7aa809a54b830bf087f6e494cfa7500001c76 authored over 2 years ago by Raphael <[email protected]>
fix peek_definition in exlixr

github.com/nvimdev/lspsaga.nvim - 38e26971dbefe8f1df1d1cad42e828fc899dd1a8 authored over 2 years ago by Raphael <[email protected]>
fix debug print

github.com/nvimdev/lspsaga.nvim - 2cf32b5b97745d7c19027dfd4119db4c89344fbe authored over 2 years ago by Raphael <[email protected]>
add debug print

github.com/nvimdev/lspsaga.nvim - e2fb710aeffbbc767138b1e4cf8ca2d886bc0d5c authored over 2 years ago by Raphael <[email protected]>
improve definition get the uri

github.com/nvimdev/lspsaga.nvim - 893a078dd20326c94b736029042a1eeb27eae981 authored over 2 years ago by Raphael <[email protected]>
finder: fix #515

github.com/nvimdev/lspsaga.nvim - ec397c36c03d77b6687dcdb7e0bdf19fdcf7adb3 authored over 2 years ago by Raphael <[email protected]>
improve lighthulb in insert close #514

github.com/nvimdev/lspsaga.nvim - 2ee8b5b399441aea9722272cc49369234cd6b32f authored over 2 years ago by Raphael <[email protected]>
fix(diagnostic): show <space, leader> in CE keymap (#512)

github.com/nvimdev/lspsaga.nvim - 1cffa99684db5a149baa6cc3fabe555bfd889635 authored over 2 years ago by eriedaberrie <[email protected]>
fix(definition): doesn't delete current buffer (#510)

github.com/nvimdev/lspsaga.nvim - 43b80d7a4515a25aa3a485acb60a517ec27820d2 authored over 2 years ago by 笑笑 <[email protected]>
fix incorrect default configuration values (#509)

github.com/nvimdev/lspsaga.nvim - 13a9eaab900c9c25c7230910273f92372b516c0c authored over 2 years ago by Yuta Katayama <[email protected]>
peek_definition: fix keymap bug and increase the window width

github.com/nvimdev/lspsaga.nvim - cfc6cb5bde550bfa82792091417f20bd687a2d6f authored over 2 years ago by Raphael <[email protected]>
update showcase of peek_definition

github.com/nvimdev/lspsaga.nvim - 858dd9915edf096696a23511558e869e08c2e13f authored over 2 years ago by Raphael <[email protected]>
update showcase of peek_definition

github.com/nvimdev/lspsaga.nvim - 616a083b5b7923ae6f4e6f0e8c7f46c876dddc07 authored over 2 years ago by Raphael <[email protected]>
update readme for new peek_definition

github.com/nvimdev/lspsaga.nvim - 748ac1e875201ae92a232988df89b35bc25192d5 authored over 2 years ago by Raphael <[email protected]>
fix diagnostic jump action bug

github.com/nvimdev/lspsaga.nvim - f5ab843e5eb4800667de62ccdf54144fec5bed38 authored over 2 years ago by Raphael <[email protected]>
rename: check the word can be rename before send lsp request

github.com/nvimdev/lspsaga.nvim - 33e12701d4b00879920f20c699dbd2d45e750ffe authored over 2 years ago by Raphael <[email protected]>
peek_definition: support more actions

github.com/nvimdev/lspsaga.nvim - 488bf7c4adea6e37b07e854b60f72f14c04b9b3d authored over 2 years ago by Raphael <[email protected]>
fix outline bug

github.com/nvimdev/lspsaga.nvim - 5b95fbb3e7d5cf39a257caab6a9bc9dd3bc01ac1 authored over 2 years ago by Raphael <[email protected]>
diagnostic: fix the get saga codeaction map failed

github.com/nvimdev/lspsaga.nvim - 1d291513abbbf3e0aebe89147f2588152457abea authored over 2 years ago by Raphael <[email protected]>
improve codeaction cache from lightbulb

github.com/nvimdev/lspsaga.nvim - 97f76a88176e11d3e8e96a2ab75ca597f1b79768 authored over 2 years ago by Raphael <[email protected]>
update changelog for version 0.2.2

github.com/nvimdev/lspsaga.nvim - 52a2ea2cee598662ecd0399ba16bdf3e8918cd05 authored over 2 years ago by Raphael <[email protected]>
Version 2.2 (#501)

* update

* definition support edit

* improve definition

* fix 498

* remove range_cod...

github.com/nvimdev/lspsaga.nvim - e844575150d906e64fe9abfac864a5b12f5abe19 authored over 2 years ago by Raphael <[email protected]>
docs: remove Mappings link from README (#504)

github.com/nvimdev/lspsaga.nvim - 82db9108a30325cfce5b95ae4c9286f1d6b4442c authored over 2 years ago by Yoshiyuki Hisamatsu <[email protected]>
fix codeaction in range

github.com/nvimdev/lspsaga.nvim - 551811a33f26040ae217d27f212a9b88165e4633 authored over 2 years ago by Raphael <[email protected]>
fix #498

Signed-off-by: Raphael <[email protected]>

github.com/nvimdev/lspsaga.nvim - 5d5bbf4573e68ff07c2e4e8c37401302c61cb837 authored over 2 years ago by Raphael <[email protected]>
remove unused options

github.com/nvimdev/lspsaga.nvim - 7d3e1b186b84491f23bc728a2aa874150d71f3b6 authored over 2 years ago by Raphael <[email protected]>
Allow quitting preview_definition with custom shortcut (#491)

* Allow quitting preview_definition with custom shortcut

* Fix stylua check

* Address revi...

github.com/nvimdev/lspsaga.nvim - b8f131f174c8cb7e1d5a3424c7290ec4b0ba7967 authored over 2 years ago by Rahul Garg <[email protected]>
diagnostic: support wincmd jump into diagnostic window

github.com/nvimdev/lspsaga.nvim - 522db4c929113297fade0e09872b575a0e2847b2 authored over 2 years ago by Raphael <[email protected]>
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - 084df939004bd32ad966956b88da805175178cb7 authored over 2 years ago by Raphael <[email protected]>
finder: fix bug

github.com/nvimdev/lspsaga.nvim - dfaa3680ea4ef551fb863f879ead5c49b7a16498 authored over 2 years ago by Raphael <[email protected]>
Fix wrong implement icon (#489)

github.com/nvimdev/lspsaga.nvim - a6e1d75d052cf7b93def5203071529ca151b08c7 authored over 2 years ago by 李晓辉 <[email protected]>
hover:remove loading bar

github.com/nvimdev/lspsaga.nvim - 766c12b9a023c011c73c3195b757b5bcbe8352ca authored over 2 years ago by Raphael <[email protected]>
definition: add cursor pos to cword

github.com/nvimdev/lspsaga.nvim - 5bb930d1de8dcf6a8a390a71f0370cbdc0987871 authored over 2 years ago by Raphael <[email protected]>
definition: check result from server

github.com/nvimdev/lspsaga.nvim - 66ba565b835bb8b34dbad64c173afe89f39ea059 authored over 2 years ago by Raphael <[email protected]>
make definition preview widnow can be modified

github.com/nvimdev/lspsaga.nvim - 74a81a3ae95e65bdb21acd9fa6bfa373f2d3c706 authored over 2 years ago by Raphael <[email protected]>
hover: remove autocmd when hover window close

github.com/nvimdev/lspsaga.nvim - e2bc7eec9cf2c8c5762a9c2ad06bc433eeabee2d authored over 2 years ago by Raphael <[email protected]>
hover: add loading bar fix #474

github.com/nvimdev/lspsaga.nvim - 6c8d225176efe7491b342578e5fc90896b9b2da2 authored over 2 years ago by Raphael <[email protected]>
hover: remove keymap when hover window close avoid conflict with default map

github.com/nvimdev/lspsaga.nvim - 5bbba13d41dff8032a23c2fce1e95c4f64c41940 authored over 2 years ago by Raphael <[email protected]>
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - 57fd6cfc25dbb02e041605e500a55648aea58e01 authored over 2 years ago by Raphael <[email protected]>
fix mapping in example config for error jumping (#476)

github.com/nvimdev/lspsaga.nvim - 02d0860451e58553e44b776962a69f7ebe74ed38 authored over 2 years ago by Rohan Sharma <[email protected]>
update to version 2.1 check changelog (#473)

* finder: improve scroll

* remake autocmd group

* update version to 0.2.1

* improve def...

github.com/nvimdev/lspsaga.nvim - 0635ed55f03e0300fadf0dce94eb123c5ced02bd authored over 2 years ago by Raphael <[email protected]>
finder: fix when server not support implememtion method

github.com/nvimdev/lspsaga.nvim - 777f3c8b7eea9eb57ef4f5f73452e3069360eb5d authored over 2 years ago by Raphael <[email protected]>
finder: auto hide impments when 0 result close #457

github.com/nvimdev/lspsaga.nvim - eccf64694a1fcd8857bf1e7359a0dbe0a2cc453f authored over 2 years ago by Raphael <[email protected]>
feat: support nvim_win_set_hl_ns in finder preview close #465

Signed-off-by: Raphael <[email protected]>

github.com/nvimdev/lspsaga.nvim - 36fa32196a9ea50b8bf7dd533de4bbc22903b26a authored over 2 years ago by Raphael <[email protected]>
finder: make sure all windowclose when wincmd trigger

github.com/nvimdev/lspsaga.nvim - 55b06d58355ce5d64a2523283f0ce5485789b04c authored over 2 years ago by Raphael <[email protected]>
outline: bug fix

github.com/nvimdev/lspsaga.nvim - fd56942b654a46bc80b36c947a02fd2e09d53cce authored over 2 years ago by Raphael <[email protected]>
feat: cache code action in lightbulb (#463)

github.com/nvimdev/lspsaga.nvim - b075b515e0c6ca6d9a79ae677a830c321eaf74fb authored over 2 years ago by Raphael <[email protected]>
fix(kind): `custom_kind` wouldn't take effect in some occasions. (#462)

* fix(kind): custom_kind wouldn't take effect in some occasions.

* fix(kind): Wrap icon modif...

github.com/nvimdev/lspsaga.nvim - 5c95ff41713790289a59f1aa3a46652051749552 authored over 2 years ago by 冷酔閑吟 <[email protected]>
lightbulb: use CurosrMoved with timer

github.com/nvimdev/lspsaga.nvim - b59ff0d1752f7e9ef93363b71a2cd9b8f2011fec authored over 2 years ago by Raphael <[email protected]>
finder: bug fix

github.com/nvimdev/lspsaga.nvim - 6cd69077b3ce81101a091e48c5b2c42d46e135b6 authored over 2 years ago by Raphael <[email protected]>
make sure the titlebar window closed close #461

github.com/nvimdev/lspsaga.nvim - 0797b968325ee4dc8dc68e124a8d9a18e6a81888 authored over 2 years ago by Raphael <[email protected]>
remove unicode icon use new icon instead of

github.com/nvimdev/lspsaga.nvim - 092e58b3cd52082974509ebf711d8c7adea1e560 authored over 2 years ago by Raphael <[email protected]>
update some icons

github.com/nvimdev/lspsaga.nvim - f20637e800c6f03f8f82e0ad5c3c167761e4b1eb authored over 2 years ago by Raphael <[email protected]>
support wrap in hover

github.com/nvimdev/lspsaga.nvim - cd0d3ea0e9362bb3c20da77cc76bf886c1750efe authored over 2 years ago by Raphael <[email protected]>
add notify when defintion is empty

github.com/nvimdev/lspsaga.nvim - ead279991bb7d1524e8a7df44f4bf8c718a2b58e authored over 2 years ago by Raphael <[email protected]>
remove signaturehelp (#456)

github.com/nvimdev/lspsaga.nvim - b465e210b4fb26fe6a3312cecb1b7f6fdc1f2343 authored over 2 years ago by Raphael <[email protected]>