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

codeaction: clean after do action close #831

github.com/nvimdev/lspsaga.nvim - bb04581a9dbdcc80495d052b831815cf962bf9b0 authored almost 2 years ago by Raphael <[email protected]>
codeaction preview diff and width improve

github.com/nvimdev/lspsaga.nvim - 3d5ebebeaf0b6ffae6f5162cefc0741a5bf347bc authored almost 2 years ago by Raphael <[email protected]>
definition: bug fix

github.com/nvimdev/lspsaga.nvim - bdd50237cfe6cef8d3fd4a7a3cd8b727e3bc3b30 authored almost 2 years ago by Raphael <[email protected]>
hover: improve markdown render for brackets

github.com/nvimdev/lspsaga.nvim - 711a67f22ddaab31b3285880a18d4167cf12c72c authored almost 2 years ago by Raphael <[email protected]>
hover: improve treesitter markdown parsers check

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

github.com/nvimdev/lspsaga.nvim - 6906072603f02c85cf9edc4c5ff4aa243cb2f689 authored almost 2 years ago by Raphael <[email protected]>
fix invalid key from api close #864

github.com/nvimdev/lspsaga.nvim - 6928cbb0629ef5a124ce1d9241705c15475f55a9 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 9a777e403b15acbf141a2516a56c5d08b31e5e3d authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add go to type definition functionality (#856)

* Adding type_definition functionality to LspSaga with goto and peek abilities

* chore(doc): ...

github.com/nvimdev/lspsaga.nvim - 7c35a06f1d3de6b98706ad473be0ca304fbf17ef authored almost 2 years ago by Loic Diridollou <[email protected]>
fix: error when calling hover if no information available (#862)

github.com/nvimdev/lspsaga.nvim - a3218607a8a97cf7918a6eafa7de23220561e108 authored almost 2 years ago by Ttayu <[email protected]>
fix window border combine

github.com/nvimdev/lspsaga.nvim - 206b1f45ae10e16c4a35ff59e854ffc7a806dbc0 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - b5978399dd90414cc794ad5ddbf273759be3dfb1 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
On goto-definition only write the current buffer if it is modified and the jump destination (#860)

github.com/nvimdev/lspsaga.nvim - 39f12f4a88f380940f23a553c78b248c657b1e97 authored almost 2 years ago by Dane Harnett <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 96a95ddcbabee9b0c84d750b828ea936b0b00252 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remove unreadable key in api close #855

github.com/nvimdev/lspsaga.nvim - 4137655a2f215c5f9b2e5ca4f146e855493fecd8 authored almost 2 years ago by Raphael <[email protected]>
hover: add an api to check have hover window close #853

github.com/nvimdev/lspsaga.nvim - 43bbc17bb34b40e7e8fdef2f634a7c60dfe7e807 authored almost 2 years ago by Raphael <[email protected]>
remove unused variable

github.com/nvimdev/lspsaga.nvim - 598efc98320d01713eba2c1c8d77577b23abd827 authored almost 2 years ago by Raphael <[email protected]>
outline: avoid trigger request for render buf

github.com/nvimdev/lspsaga.nvim - 1289578fe42f45727890549e26da35d885cfea5e authored almost 2 years ago by Raphael <[email protected]>
use opt.buf in render outline

github.com/nvimdev/lspsaga.nvim - 91770a413924ab12ca676371007396ae2fda7f60 authored almost 2 years ago by Raphael <[email protected]>
use opt.buf instead current buf to get acitve clients

github.com/nvimdev/lspsaga.nvim - 83d07e88424b5e61f5653089802d9ff42ab5262a authored almost 2 years ago by Raphael <[email protected]>
remove debug print close #852

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

github.com/nvimdev/lspsaga.nvim - 40a4266254689385d5b02636899ec727e59403ff authored almost 2 years ago by Raphael <[email protected]>
outline: refresh in lspattach instead of bufenter close #851

github.com/nvimdev/lspsaga.nvim - 33dae4ff49c7c4e53c4270e7f7cec585eaddcd42 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 1d56a915d42a79242ef1237dba63836fcf3c7307 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
hover: improve markdown parse for brackets

github.com/nvimdev/lspsaga.nvim - 771fd40a56eb2f89ebae6e53ef6e4c2db37ae405 authored almost 2 years ago by Raphael <[email protected]>
outline: improve close_when_last

github.com/nvimdev/lspsaga.nvim - ab167ab14fab88c7b26dfef281c322349dac4842 authored almost 2 years ago by Raphael <[email protected]>
outline: remove show_detail option close #848

github.com/nvimdev/lspsaga.nvim - d4630be795ebcd440bdd2ac2a47d3cb3255c22f6 authored almost 2 years ago by Raphael <[email protected]>
outline: fix #849

github.com/nvimdev/lspsaga.nvim - 21c8f94d1febf2154fa0f890588674a9287c600b authored almost 2 years ago by Raphael <[email protected]>
show notify when don't find nvim-web-devicons close #847

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

github.com/nvimdev/lspsaga.nvim - 8b7a307d60de1a71e94d6a92db7853932b2c90b6 authored almost 2 years ago by Raphael <[email protected]>
format with stylua

github.com/nvimdev/lspsaga.nvim - efeb65e0cd7ef7cc50ab8e500c59dc34efd048b9 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 6cf1549696ee38463930600172fecb7b35aadc77 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix: error when showing diagnostic if lsp signs are disabled (#841)

* fix: prevent nil sign when lsp signs are disabled

* style: stylua

github.com/nvimdev/lspsaga.nvim - 20ff198898dab90a8ec34edad2c367146c458241 authored almost 2 years ago by Brian Mayo <[email protected]>
finder: close #846

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

github.com/nvimdev/lspsaga.nvim - 645d87c9db28e327950d88465890c236df2f3023 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - dda3242715f962f43c84b88587b3d29864293a14 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - ec6b80161f41344e82092f80637d7bb34306fa8e authored almost 2 years ago by Raphael <[email protected]>
add BufLeave to close some floatwindow

github.com/nvimdev/lspsaga.nvim - d628db615d35d0bbb0146d71090107190ee342a1 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 8bd402ad4f138af23948115dc380319069b79a01 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
close some floatwindow when buffer delete close #843

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

github.com/nvimdev/lspsaga.nvim - 46231733235e44e9c4b32ddd9de1e77e37bc377f authored almost 2 years ago by Raphael <[email protected]>
Fix some grammar in messages/errors (#840)

github.com/nvimdev/lspsaga.nvim - a2c22a19e3ce44dcc3268b039b0c9c242bc3932c authored almost 2 years ago by Brenden Callahan <[email protected]>
finder: fix preview bug

github.com/nvimdev/lspsaga.nvim - 5b8650da9818a282d080bc5916f53a3b23d6dba8 authored almost 2 years ago by Raphael <[email protected]>
improve callhierarchy (#839)

bug fix and window reuse

github.com/nvimdev/lspsaga.nvim - 91e19bb35e90d9ba4e6ea4adee0d7552a3fb773e authored almost 2 years ago by Raphael <[email protected]>
codeaction fix action preview bug

github.com/nvimdev/lspsaga.nvim - a339339e457bec7f91fdeb8bc3ee3f2313b11c1b authored almost 2 years ago by Raphael <[email protected]>
finder: fix preview buffer modifiable

github.com/nvimdev/lspsaga.nvim - c5b1ad890a68cef155c16be66c528d9d564ee8be authored almost 2 years ago by Raphael <[email protected]>
hover: make hover window have high zindex close #829

github.com/nvimdev/lspsaga.nvim - 24f023b56767a00ea6d56c9eaedb4e9af286a70d authored almost 2 years ago by Raphael <[email protected]>
finder: version check fix #835

github.com/nvimdev/lspsaga.nvim - d303f482a13063bc4d39dc525b5e2879a53db487 authored almost 2 years ago by Raphael <[email protected]>
fix(codeaction): Match non-space characters (#834)

github.com/nvimdev/lspsaga.nvim - 1112f3364303cf3802fe79c91835b2afa1938f98 authored almost 2 years ago by 冷酔閑吟 <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 45b8650578d7edf2f2dd77d5b15af4ecac32042a authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix typo (#837)

github.com/nvimdev/lspsaga.nvim - 8cf42a9c6c8a48d4e5c6980452906ac062058957 authored almost 2 years ago by Tsakiris Tryfon <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 9a7013874a9d5e0413039fc9ded613fcdbd59cbd authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs: update backers thanks @zhourrr

github.com/nvimdev/lspsaga.nvim - 51e83d2cae39a13e2e1075f2d1fa98b30fe8c663 authored almost 2 years ago by Raphael <[email protected]>
finder fix #832

github.com/nvimdev/lspsaga.nvim - b7c5cd04c449b6a90daecceae19beb20408f0f8c authored almost 2 years ago by Raphael <[email protected]>
symbolwinbar escape character close #830

github.com/nvimdev/lspsaga.nvim - e5d58ff369e4e920bdf259f2998d2db64e454d85 authored almost 2 years ago by Raphael <[email protected]>
fix peek_definition bug

github.com/nvimdev/lspsaga.nvim - 9b1443017a68213655debd0c0901c22c18bb92a8 authored almost 2 years ago by Raphael <[email protected]>
finder: improve preview window

github.com/nvimdev/lspsaga.nvim - e1920ebe46e3f22dbfa2dc3633f5d2539302c8f3 authored almost 2 years ago by Raphael <[email protected]>
symbolwinbar bug fix #827

github.com/nvimdev/lspsaga.nvim - aaa351e871a1c72a05003d4220e2baa51c608c97 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 6766046427561cfde41bc5be58860df4bb6ef670 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
float terminal bug fix

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

github.com/nvimdev/lspsaga.nvim - d495532d0d9163180ec850e15a3b3255d50261a7 authored almost 2 years ago by Raphael <[email protected]>
fix: goto definition bug close #826

github.com/nvimdev/lspsaga.nvim - c1b381d2ba29d827d3f1aed7f71b04bf06719231 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - a2e3f7cf76f4cb102d3fc165bd8c9a565053e84f authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: codeaction add show_server_name option (#825)

show server name in code action

github.com/nvimdev/lspsaga.nvim - d594d3c582e28617d3dd7b66d02b24128a5017ad authored almost 2 years ago by Max <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - d7a97ede2de94ace999d12be449911a6945263a2 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add close_in_preview in finder keys option

that support you close all finder window
when you are in preview window.

github.com/nvimdev/lspsaga.nvim - 8dc7c94f35fff522eee77dee5213389d81dce52a authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - ded98e08e063256d25b16de32fae3ac7c47a19c4 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
version 2.3.6 finder options breakchange(#810)

finder preview window support edit operate .
finder options breakchange.
finder window behavio...

github.com/nvimdev/lspsaga.nvim - 41c896b2dcc76278bea8c52a9253b60a1bbd4155 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 077cf8782904ce58ebf9d0416ab2158375b24f64 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix: add default value when sign text is nil (#824)

I don't use text for sign column to keep the number column neat and
tidy. But that will cause l...

github.com/nvimdev/lspsaga.nvim - ce4ac4e80770e02e22c357bc5a2c6c3a51ded932 authored almost 2 years ago by Avimitin Lu <[email protected]>
definition: save file before goto definition close #819

github.com/nvimdev/lspsaga.nvim - f621bd86398617c93d54170de224eb7f608f21cf authored almost 2 years ago by Raphael <[email protected]>
symbolwinbar: escape the string close #818

github.com/nvimdev/lspsaga.nvim - a96afb8d677151fe57b473b676bc3a1756bd2fc4 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 017bad7edfe69ffcf25c91db319332fa3d977dfc authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
finder: fix 811

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

github.com/nvimdev/lspsaga.nvim - 30530b134aaa4f16ca7ee25e15673c26d67abdf6 authored almost 2 years ago by Raphael <[email protected]>
remove unused variable

github.com/nvimdev/lspsaga.nvim - 8839489d29cdf653420967106c992659195b6385 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - f514660f65983d33613bf605bfd0adf583c06a8b authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
finder: fix client method check logic

github.com/nvimdev/lspsaga.nvim - fadf86a6370fbc77823b9424dfd2e38f6a8c2ed1 authored almost 2 years ago by Raphael <[email protected]>
finder: fix window relatvie pos

github.com/nvimdev/lspsaga.nvim - 54725e87bdc3adf6cd609a5f54c03ef08091b1f2 authored almost 2 years ago by Raphael <[email protected]>
fix #802 (#804)

github.com/nvimdev/lspsaga.nvim - 9c2111aeeabaee94e6e5c8c0af13e3b1ebbe174a authored almost 2 years ago by YuCao16 <[email protected]>
beacon: disable autocmd in beacon window

github.com/nvimdev/lspsaga.nvim - bffd155f16905d5a31e9c20483d6e659df8e2606 authored almost 2 years ago by Raphael <[email protected]>
finder: try to fix height bug

github.com/nvimdev/lspsaga.nvim - 95e9dbf360ec3cd0e8e2a76ad32983dbd0c8bff4 authored almost 2 years ago by Raphael <[email protected]>
finder: close preview at first

github.com/nvimdev/lspsaga.nvim - fea3addac65ca77a72200cf6ac9e751250cc8f43 authored almost 2 years ago by Raphael <[email protected]>
definition: fix keymap bug

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

github.com/nvimdev/lspsaga.nvim - 0d15f34075aab035783e5dedc01e1d429607c1ff authored almost 2 years ago by Raphael <[email protected]>
finder: improve preview

github.com/nvimdev/lspsaga.nvim - 37bc3565501a84a3e86d03beede357b44317d8e0 authored almost 2 years ago by Raphael <[email protected]>
finder: revert to preview

github.com/nvimdev/lspsaga.nvim - 5a3c3877effea1df68cc222eb94487bd1d18078f authored almost 2 years ago by Raphael <[email protected]>
finder: improve window and fix buffer delete close #802

github.com/nvimdev/lspsaga.nvim - 9a8cf6cfd55fe1722c74a47a9bf70bcd8cb4cc73 authored almost 2 years ago by Raphael <[email protected]>
rename: fix call the whole project when no ++project

github.com/nvimdev/lspsaga.nvim - ffddb6242cd8e9f26e95c8f625ad4266636d8ef8 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - abe03188df18a8f26ac88b70757ac074d73498a4 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - e7eeed7e7b7004820df50f582277f723ee1b3009 authored almost 2 years ago by Raphael <[email protected]>
improve diagnotic

github.com/nvimdev/lspsaga.nvim - d5c1ba09a956569c81102d8400cfad94aac9e728 authored almost 2 years ago by Raphael <[email protected]>
chore(doc): auto generate docs

github.com/nvimdev/lspsaga.nvim - 9d9fa9fb024feefef1acd20737db5ce1120e53a1 authored almost 2 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bump version 0.2.5

1. finder now support edit in preview window. it not only preview.
use new key option jump_to ...

github.com/nvimdev/lspsaga.nvim - 47101a5ba1dc0c72a9c7cd8ad0d5943e242d76c3 authored almost 2 years ago by Raphael <[email protected]>
symbolwinar: use defined background color

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

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