Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/neovim/nvim.net
Nvim .NET client and plugin host
https://github.com/neovim/nvim.net
a66c3b2917fb32bba767dd7a55c635f75ea45232 authored over 3 years ago by smolck <[email protected]>
* Add publish and test workflows
* Removes appveyor and travis configurations (no longer needed...
#11 changed these, and forgot to update this part of the code.
929fe432186e241ea7057a4de151829ecc9b2260 authored over 3 years ago by smolck <[email protected]>d22b443cff4439cb2e5a83f2da918a14254345f7 authored over 3 years ago by smolck <[email protected]>
Fix #5.
325d9711d5bc812d80cfe7e9c2a138f1db7861ce authored over 3 years ago by smolck <[email protected]>* chore(): update *.csproj files to use latest .NET (core)
* api(): update API for 0.5+
Up...
fe57956db2a98045235f2fbb6dee12cfe327d6a1 authored over 3 years ago by smolck <[email protected]>688ee986e2b6e8a8b56cbad22aa77951c5a0ce2c authored over 5 years ago by b-r-o-c-k <[email protected]>
cc5ac8c687c58f4fcb27a8173ef8978d6e3381fe authored over 5 years ago by Justin M. Keyes <[email protected]>
bc8e3a2a98ad5a9fd3fb0eaa55730d0d9b078dfc authored over 6 years ago by Justin M. Keyes <[email protected]>
The `refreshenv` command was moved so it does not remove nvim from the
PATH when the nvim packag...
6c363b10451bc03f146501e55bd17df303360ba8 authored over 6 years ago by b-r-o-c-k <[email protected]>
Closes #2
ae2f34107932c81675b31e97def3a8cc3c91d430 authored over 6 years ago by b-r-o-c-k <[email protected]>b80ab2a15721c044f481a971b3f70c5a24519e04 authored over 6 years ago by b-r-o-c-k <[email protected]>
Closes #1
1542a4f35f3e9326ec3f2de715ecb02b9df699a4 authored over 6 years ago by b-r-o-c-k <[email protected]>8dd1c4c1c8a09bd2d64fe4ebc27ac569f038e05e authored over 6 years ago by Justin M. Keyes <[email protected]>
50002fac733bd35c6a40c5c3c52a0f9a76f7aede authored over 6 years ago by Justin M. Keyes <[email protected]>
fc0381a8ea7f9ac0b1f5d469428b65a826f08065 authored over 6 years ago by Justin M. Keyes <[email protected]>
Remote plugin host
3a736232a4e7b7a2a1eff4bded24d2bf27a918c2 authored over 6 years ago by Justin M. Keyes <[email protected]>9d399be6d5bbdc1229274dd153b56f2f90d24376 authored over 6 years ago by b-r-o-c-k <[email protected]>
3b90696b4ec52443b84e49d66db93c0239375b88 authored over 6 years ago by b-r-o-c-k <[email protected]>
2e3a15601a9b4613ae1f0f68d9d4d64dee840817 authored over 6 years ago by b-r-o-c-k <[email protected]>
dd3e43e0423a5c6ca6fd91f54fb820748c9877b4 authored over 6 years ago by b-r-o-c-k <[email protected]>
5e1b9c635b605c896689dd2dc707e72b871638c4 authored over 6 years ago by b-r-o-c-k <[email protected]>
The collection types ArrayOf(...) and DictionaryOf(...) should now be
properly converted to C# t...
fa5ce5a809748b08ccd72c09b17921db98e28eae authored over 6 years ago by b-r-o-c-k <[email protected]>
Attempting to cast from `object[]` to `T[]` results in an
InvalidCastException when `T` is not `...
30269455ec52b9cf65e9655294c27df2f0bed79e authored over 6 years ago by b-r-o-c-k <[email protected]>
58082ade4192cf063075800c26302ceb3622b62b authored over 6 years ago by b-r-o-c-k <[email protected]>
e12c3e6a3ec6d31bd3a5681789cba9c9038e914a authored over 6 years ago by b-r-o-c-k <[email protected]>
aca5abc98a10f565e46566a68ba07846b72f8400 authored over 6 years ago by b-r-o-c-k <[email protected]>
4f33382a6f95ef2863d255c4e9fbb899aaa06d9e authored over 6 years ago by b-r-o-c-k <[email protected]>
c43d1af2c409ff909de61bfd5c17cc3535e31f73 authored over 6 years ago by b-r-o-c-k <[email protected]>
bb9de5a902073175f20c8c7638f3c1d7367839c9 authored over 6 years ago by b-r-o-c-k <[email protected]>
Integer types for MessagePack-RPC should now be compliant with the
specification.
The attribute can be applied to parameters to specify the argument the
method will be invoked wi...
NvimRange and NvimCount can be used in plugin export parameters to
allow users to arrange their ...
0569a6dcca660239e6da581be052ff431600abeb authored over 6 years ago by b-r-o-c-k <[email protected]>
56c37674fbb5df9d5319209fdb06336d190ddb04 authored over 6 years ago by b-r-o-c-k <[email protected]>
Logging is enabled by defining the $NVIM_DOTNET_LOG_FILE environment
variable to the file path t...
3106d53d6b4b710dfb48f9f9df26369d2bd968de authored over 6 years ago by b-r-o-c-k <[email protected]>
The plugin host looks for .NET solution files (.sln) in the parent of
the `rplugin/dotnet` direc...
d44a4cd6382a06acd67367346fc9513bf4aacb42 authored over 6 years ago by b-r-o-c-k <[email protected]>
Request and notification handlers are now stored in the same dictionary
allowing callers the cho...
8b2d0e7d9ca4b92348a82a3fea154e65ef3fe195 authored over 6 years ago by b-r-o-c-k <[email protected]>
Using only .NET types provides a better abstraction and simplifies the
API interface.
84538690659b6970b2570605482d83bd2837f8e9 authored over 6 years ago by b-r-o-c-k <[email protected]>
2e3ebeecaeb0cb0430cbc7305938aafd710d074a authored over 6 years ago by b-r-o-c-k <[email protected]>
1930b375be8769bb8b8f876b16b9c27f37338e96 authored over 6 years ago by b-r-o-c-k <[email protected]>
Attributes will be used by plugin authors to specify information about
their plugin and the func...
dd1481b7c811850eef478ead0f4dab92835c83ee authored over 6 years ago by b-r-o-c-k <[email protected]>
006f34e5e1a1f0768e8e67212d1dbb1dae81df76 authored over 6 years ago by b-r-o-c-k <[email protected]>
7d5fd682ac9f000182c1aeb2a874238e93f5dbdd authored over 6 years ago by b-r-o-c-k <[email protected]>
8d5086f911b7fe3d080bb35757fcca8b806a4fab authored over 6 years ago by b-r-o-c-k <[email protected]>
878e2a33770d92620a232c2ab7f2c508504c664f authored over 6 years ago by b-r-o-c-k <[email protected]>
* Add API generator tool
The tool is currently capable of generating an asynchronous interfac...
dde8b5ef77479dd5d899136e5b72040b34364751 authored over 6 years ago by b-r-o-c-k <[email protected]>24932b96c41d0b35a32838093785a5fc27225f31 authored over 6 years ago by b-r-o-c-k <[email protected]>
84d1c3dbae5e5e83732707d5b956fe0156e76183 authored over 6 years ago by b-r-o-c-k <[email protected]>
99c3e41676bf9785eb480ce0fb10299c04fafd08 authored over 6 years ago by b-r-o-c-k <[email protected]>
a6c0cc89dec778bac1455bfcfabde6c5daaf1f02 authored over 6 years ago by b-r-o-c-k <[email protected]>
9b7e8d693e8a3d5611452cffe992af8519f67836 authored over 6 years ago by b-r-o-c-k <[email protected]>
a4810b9bab3e9ce5f733139e20182cd732cc5408 authored over 6 years ago by b-r-o-c-k <[email protected]>