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

better diagnostic show and remove prompt of no signature close #109

github.com/nvimdev/lspsaga.nvim - 34978d4925e260f95abadde2c851c486fce91fdf authored almost 4 years ago
add a limit height of signaturehlep win and support scroll

github.com/nvimdev/lspsaga.nvim - 571669da13a8cbf5181a7af347ad4b599d515503 authored almost 4 years ago
disable signature help in efm

github.com/nvimdev/lspsaga.nvim - cb2f262975f687c179e63f08ab5e7460f0224fbe authored almost 4 years ago
reduce the prefix of path in finder

github.com/nvimdev/lspsaga.nvim - 403582051520e4d939b9ce0525707e63a0efd042 authored almost 4 years ago
make sure the ref_uri is number

github.com/nvimdev/lspsaga.nvim - 4ca75daee2e4ccb1a36ad358e78f03a17f2d54e5 authored almost 4 years ago
support use border in floaterm close #107

github.com/nvimdev/lspsaga.nvim - eb44a09ca12e21e4f02b10119e45123b951e112d authored almost 4 years ago
disable signature help in efm-langserver

github.com/nvimdev/lspsaga.nvim - 1b84fe2edc44aabfd886d7bbb1267ff7f00d032e authored almost 4 years ago
remove debug print

github.com/nvimdev/lspsaga.nvim - 858313f44be4a017389f6f410fc1cfbfc75c8163 authored almost 4 years ago
fix miss paren

github.com/nvimdev/lspsaga.nvim - c97935203476305308854c11e0bc9bcbb2eb8c0c authored almost 4 years ago
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - d26800ae142cf052388f326c67b2eaf58c6ad817 authored almost 4 years ago
check client support signaturehelp close #103

github.com/nvimdev/lspsaga.nvim - d63fa9c56a06e3b712ad525c10317a31b6d961b9 authored almost 4 years ago
Merge pull request #104 from frandsoh/patch-1

Update readme - Hover Doc

github.com/nvimdev/lspsaga.nvim - f9ab9fb5d9a6ffac8f64d0aa1f490074a2ed94e1 authored almost 4 years ago
Update readme - Hover Doc

github.com/nvimdev/lspsaga.nvim - c1bb93f4bedeca5e5194afd11e57c55724424c17 authored almost 4 years ago
Fix nil error when attempting code action. (#102)

In
https://github.com/glepnir/lspsaga.nvim/commit/4e6994d2ca97ea00ad4011afbfd05f66a45bc601
`cl...

github.com/nvimdev/lspsaga.nvim - b311462d8f42e980be3876e5c386111077c8d68f authored almost 4 years ago
update issue_template

github.com/nvimdev/lspsaga.nvim - 9207d6906f763c1501882df4d4d24512e210f9e9 authored almost 4 years ago
improve diagnostic jump close #66

github.com/nvimdev/lspsaga.nvim - 4e6994d2ca97ea00ad4011afbfd05f66a45bc601 authored almost 4 years ago
Add method for diagnostics under the cursor (#95)

* Initial version of cursor diagnostics

* Removed duplication across line and cursor diagnost...

github.com/nvimdev/lspsaga.nvim - 793bf9d2a294a76aa90765270bb3912005f3d85b authored almost 4 years ago
enhance scroll close #97

github.com/nvimdev/lspsaga.nvim - 681a2e252585ebe14b253728aed0d04fb04d2e0b authored almost 4 years ago
alternative version for setting keys. (#100)

github.com/nvimdev/lspsaga.nvim - 2b8dcbbd16cbfe72679227508eac2f7afff827cd authored almost 4 years ago
support table type of code action keys close #98

github.com/nvimdev/lspsaga.nvim - e5bb3994bb367d61b190a44c12bf750edb0e45c6 authored almost 4 years ago
fix wrap hover line miss color

github.com/nvimdev/lspsaga.nvim - 9514d5b53006d6adf97123954dee58f3c16ecdee authored almost 4 years ago
change the max width

github.com/nvimdev/lspsaga.nvim - 593c196fb7e94a3ca8cb91ca8ab22d8d075a9738 authored almost 4 years ago
enhance wrap_text and close #94

github.com/nvimdev/lspsaga.nvim - e4307f8901852364f76c4350438f3ff3aaca9e37 authored almost 4 years ago
add rename_action_keys

github.com/nvimdev/lspsaga.nvim - 55efd2c9070a8a62f7a72015bceba2a5789e5c27 authored almost 4 years ago
Windows lsp_finder fixes (#87)

* Windows lsp_finder fixes

vim.loop.os_uname().sysname appears to return "Windows_NT", so the...

github.com/nvimdev/lspsaga.nvim - 048b6d6256bf1b1fd9e56a74b9a65d5e72c52615 authored almost 4 years ago
Add circular diagnostics jumps (#96)

github.com/nvimdev/lspsaga.nvim - f91639bd3745a6b4f22bc3594914e787dbf44e1a authored almost 4 years ago
export focusable preview close #93

github.com/nvimdev/lspsaga.nvim - 97ae8f88b17d6188e37fd02167cab3e753867d43 authored almost 4 years ago
use buf_request close #90 (#91)

* use buf_request close #90

* fix bug

github.com/nvimdev/lspsaga.nvim - 3a8f9759b6b527a3660ea1be9c0f0dd6b8c47a42 authored almost 4 years ago
Set NormalNC as well as Normal in winhl (#88)

Links the NormalNC highlight group as well to prevent NormalNC from
overriding the highlighting...

github.com/nvimdev/lspsaga.nvim - 8d3dc17df148fe1111053543df5f0e9d2b6cb656 authored almost 4 years ago
feat: add border_style=4 (ascii border) (#89)

github.com/nvimdev/lspsaga.nvim - 8b2ba18dc66cab4e91814d7527701758b7de47e9 authored almost 4 years ago
fix height bug

github.com/nvimdev/lspsaga.nvim - ebfcc3697ca995afed443db936cc895ae70a0e48 authored almost 4 years ago
add max_height in finder

github.com/nvimdev/lspsaga.nvim - a24158745da68853c5b965b7e4b81609e9a58a89 authored almost 4 years ago
improve extend opts

github.com/nvimdev/lspsaga.nvim - a4708d115c2e53750778b510bb2e6199844c0bc6 authored almost 4 years ago
imprvoe pad_right in finder

github.com/nvimdev/lspsaga.nvim - cf5d95a3d70ba110ca793f8852c98bb39ffa3c92 authored almost 4 years ago
fix keymap bug of finder close #85

github.com/nvimdev/lspsaga.nvim - 3f93ba8c3e18e35001f706a99ee9becadc503bff authored almost 4 years ago
Fix jump to diagnostics error (#83)

Fix error when server_source is nil

`E5108: Error executing lua ...ack/packer/start/lspsaga.n...

github.com/nvimdev/lspsaga.nvim - 2e9bf32e91d8512c735c6010949544712cf465fd authored almost 4 years ago
improve finder preview win width

github.com/nvimdev/lspsaga.nvim - 59a1dec341e75f591137670b70554e0b77c578e3 authored almost 4 years ago
feat: Expose hover handler to be used as a handler (#82)

github.com/nvimdev/lspsaga.nvim - 58bfcce63331093fcc6a98ae8b333caf752a5e09 authored almost 4 years ago
improve scroll

github.com/nvimdev/lspsaga.nvim - 86ad568209fa0d399d2dab92a0a9d2cb0f6fa71b authored almost 4 years ago
add issue template

github.com/nvimdev/lspsaga.nvim - ee9c3083eb55a9d4048ce7b4e27c750c5179a6a4 authored almost 4 years ago
fix bug of finder

github.com/nvimdev/lspsaga.nvim - 61dfc4cafe64de4969bf51fb44036f51ae966c71 authored almost 4 years ago
fix bug of wrap

github.com/nvimdev/lspsaga.nvim - fb2d42c5d3e4893415449f5ae48653b890675eec authored almost 4 years ago
fix bug of finder close #80

github.com/nvimdev/lspsaga.nvim - 0a82546390a974f8ce8590f989fd0a07f7c80336 authored almost 4 years ago
improve finder render result

github.com/nvimdev/lspsaga.nvim - ddedee8e6eaff5baacf5e81504418287f6de4a12 authored almost 4 years ago
update doc image for new finder

github.com/nvimdev/lspsaga.nvim - 417d2bcffcdbb97257373af9a963d4697aa8be1c authored almost 4 years ago
feat: support custom finder preview lines and scroll in preview window close #77

github.com/nvimdev/lspsaga.nvim - eafcb117112cfdc131de3dc57c7d1a356e33795a authored almost 4 years ago
feat: support custom finder preview lines and scroll in preview window close #77

github.com/nvimdev/lspsaga.nvim - c49b682e7ece1c7f88222e7e4898b54adaa07880 authored almost 4 years ago
add debug for diagnostic

github.com/nvimdev/lspsaga.nvim - 74ee13a90e45da0cddcd5cc14adac3c9243ab669 authored almost 4 years ago
Move highlight group definition to vimscript file (#75)

This change allows colorscheme provider to change the
colors used by the 'lspsaga.nvim' plugin.

github.com/nvimdev/lspsaga.nvim - 01023c6811a343d770e5251687392652f2c6bdea authored almost 4 years ago
match the min window

github.com/nvimdev/lspsaga.nvim - 65c849ff943a4b42a3ef7c11d936a9c4943d3043 authored almost 4 years ago
fix jump diagnostic msg length close #73

github.com/nvimdev/lspsaga.nvim - 88541ee01219449083ef45eb6c0680024a79a0a3 authored almost 4 years ago
fix multiple highlight in line diagnostics

github.com/nvimdev/lspsaga.nvim - d8efe5684c3da8148ec6d96b4aa3580238c55d2b authored almost 4 years ago
support code action custom keys

github.com/nvimdev/lspsaga.nvim - 48384747c9b775d3eaea2b72a89bae7c95c850e9 authored almost 4 years ago
support custom keymap in code action window

github.com/nvimdev/lspsaga.nvim - 347f5d2b17610c885e80a4cd60a734dfd11c69b5 authored almost 4 years ago
fix scroll bug

github.com/nvimdev/lspsaga.nvim - 945ce321631f2a858b2a4a316d54068fabead92d authored almost 4 years ago
support custom bind scroll keymap close #68

github.com/nvimdev/lspsaga.nvim - a95d4c8da4b456f9358810987a5dd6fe5fe97335 authored almost 4 years ago
support highlight wrap diagnostics msg in line diagnostics close #70

github.com/nvimdev/lspsaga.nvim - d6784b8e3ce4ea4ebe3ccca96a84b89f0627b2f5 authored almost 4 years ago
support mulitple quit key in finder close #65

github.com/nvimdev/lspsaga.nvim - 8923352a2ebfb629c7883456154e9a7c86eaedd5 authored almost 4 years ago
fix wrong index of truncate line in hover close #69

github.com/nvimdev/lspsaga.nvim - d5d90f7b3e68290e47b5f9fdcabeea21432a197d authored almost 4 years ago
improve check response value

github.com/nvimdev/lspsaga.nvim - 75e094a20cb55f85763a6c22b3234924d561fa9b authored almost 4 years ago
add debug option

github.com/nvimdev/lspsaga.nvim - 4a9076cf5ffda7a3d23ea2a7bcbfd936850d015c authored almost 4 years ago
check response is nil

github.com/nvimdev/lspsaga.nvim - acdf7b8cff7033f733371e54a3eefaa31d5aca81 authored almost 4 years ago
fix typo: diagnostic_jump_prev (#62)

github.com/nvimdev/lspsaga.nvim - b920b864589f9b2d35800d5e1e26c6a49abcad84 authored almost 4 years ago
Merge branch 'main' of https://github.com/glepnir/lspsaga.nvim

github.com/nvimdev/lspsaga.nvim - 159b34350d909ae86abc7a9335207e7649f7a50e authored almost 4 years ago
close line diag win when hover doc show close #59

github.com/nvimdev/lspsaga.nvim - a2152d14c8853275d28dd05fbd6ed279f89cfbac authored almost 4 years ago
Fix server_filetype_map. (#60)

This closes #57

This makes a few changes to the current `server_filetype_map`
functionality....

github.com/nvimdev/lspsaga.nvim - f98a4be1a5c4232fcfa196ced16bb97cfc6f069d authored almost 4 years ago
fix get_root_dir bug

github.com/nvimdev/lspsaga.nvim - be0b040dec5cff4f0efb98052b132c38f1d41106 authored almost 4 years ago
add server_filetype_map

github.com/nvimdev/lspsaga.nvim - 908a785c52d2303d205b1d1ab96bd5143da1975c authored almost 4 years ago
fix bug of get root dir

github.com/nvimdev/lspsaga.nvim - 6d841bd5d0b89e48b48bd7388f4bf72a56a42fca authored almost 4 years ago
check the client filetypes type

github.com/nvimdev/lspsaga.nvim - 2733f0f8b4a93ea6178be4ffa50d306848697749 authored almost 4 years ago
check the client filetypes type

github.com/nvimdev/lspsaga.nvim - 1c0c7ab35fc36c6235627afc686e8b468cf78efa authored almost 4 years ago
change scrolloff and sidescoll value in rename win

github.com/nvimdev/lspsaga.nvim - c402a5feaa9b27ef1a68d80f9d7ed38b8018c251 authored almost 4 years ago
fix preview definition uri

github.com/nvimdev/lspsaga.nvim - 645c8fe3b90ccaabc2ec7532ac70cf61f11459dd authored almost 4 years ago
update for close rename win

github.com/nvimdev/lspsaga.nvim - 9c39179e6f89753758fb14c4b42726728b8fd92f authored almost 4 years ago
feat: support C-c close rename window

github.com/nvimdev/lspsaga.nvim - 5022e09da31d425d49286cca9086de46761cdf2b authored almost 4 years ago
improve a little

github.com/nvimdev/lspsaga.nvim - fba876d6b20dab3f8b017811f7dc61d0b5ee8cf4 authored almost 4 years ago
improve hover doc

github.com/nvimdev/lspsaga.nvim - 6562abfe71ce2557f56d7ca2d00d72da31cb45a5 authored almost 4 years ago
remove _trim_and_pad

github.com/nvimdev/lspsaga.nvim - d347da528e67d01ad5a1d8583f878649843f71ef authored almost 4 years ago
improve signature help

github.com/nvimdev/lspsaga.nvim - 4f5d4a4b8eb4974656f58dee0841004c6ac236ce authored almost 4 years ago
improve signature help

github.com/nvimdev/lspsaga.nvim - e49b66e59e5d4ea73349395e7505f73575f1f616 authored almost 4 years ago
update for new finder

github.com/nvimdev/lspsaga.nvim - 75a96ab8753d2809708890356b9d321b65ed49a0 authored almost 4 years ago
update hover image

github.com/nvimdev/lspsaga.nvim - bef083b8fa0b4d9f03f9a4915768fa66f411396d authored almost 4 years ago
feat: smart scoll in hover doc support

github.com/nvimdev/lspsaga.nvim - 1564cdb1968a4c18be0efb884024743d8b8a3720 authored almost 4 years ago
feat: smart scoll in hover doc support

github.com/nvimdev/lspsaga.nvim - 55606c5e074bdccf121101d7ba04f32cf0fa5e9b authored almost 4 years ago
fix typo (#54)

github.com/nvimdev/lspsaga.nvim - bd64993e4647d903196de3d301e68ae4ed3aff31 authored almost 4 years ago
enhance command

github.com/nvimdev/lspsaga.nvim - 3ef4536210f8f5ac99755d2d388ef3106f915506 authored almost 4 years ago
update signaturehelp

github.com/nvimdev/lspsaga.nvim - f7b0366872ab2b69c9b09df8ee70536ed6465a7c authored almost 4 years ago