Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>Drop-in Vim</h3>

</div>
<div class="col-narrow">
<h2 id="sponsors-header">Sponsors</h2>
<h2 id="sponsors-header"><a href="/sponsors">Sponsors</a></h2>
<div id="sponsors" class="sponsors-main">
<div class="first-level-sponsor">
<a href="https://coderabbit.ai/?utm_source=neovim.io">
Expand Down
22 changes: 12 additions & 10 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,27 @@ <h2>Sponsoring Neovim development</h2>
<dt>How can I sponsor Neovim?</dt>
<dd>
<p>
Neovim operates a <a href="https://github.com/sponsors/neovim">campaign</a>
to fund ongoing development. This makes it possible for core
developers to work full-time for a month or longer, accelerating
projects like Lua stdlib, treesitter parser engine, LSP framework,
extended marks, embedded terminal, job control, RPC API, and remote UIs.
Sponsorship is also used to maintain (very minimal) infrastructure
costs for the Neovim project, such as hosting fees.
You can sponsor Neovim via <a href="https://github.com/sponsors/neovim">GitHub Sponsors</a>
or <a href="https://opencollective.com/neovim">Open Collective</a>.
This makes it possible for core developers to work full-time for
a month or longer, accelerating projects like Lua stdlib, treesitter
parser engine, LSP framework, extended marks, embedded terminal, job
control, RPC API, and remote UIs.

Sponsorship is very rarely used to maintain (very minimal) infrastructure
costs for the Neovim project, such as hosting fees. 99.999% of the funding goes directly to funding development work.
</p>
</dd>
<dt>How are funds dispersed?</dt>
<dd>
<p>
Donations are managed via <a href="https://opencollective.com/neovim">open collective</a>, which
Donations are managed via <a href="https://opencollective.com/neovim">Open Collective</a>, which
provides public tracking for all
<a href="https://opencollective.com/neovim/expenses">expenses</a>. Bitcoin transactions are visible
on the <a
href="https://www.blockchain.com/btc/address/1Evu6wPrzjsjrNPdCYbHy3HT6ry2EzXFyQ">blockchain
explorer</a>. The only donation options for neovim are via GitHub sponsors, open collective, and
Bitcoin. All prior funding sources have been transferred into open collective.
explorer</a>. The only donation options for neovim are via GitHub sponsors, Open Collective, and
Bitcoin. All prior funding sources have been transferred into Open Collective.
</p>
</dd>
<dt>What is expected of a contributor doing funded work?</dt>
Expand Down