You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the reasons to chose golang as a remote plugin is that it can produce static binaries that can be easily distributed without a runtime or dependencies.
Currently darkman.nvim requires a go compiler to be installed, so that bin/darkman.nvim can be compiled on-site.
Ideally, we should release "packaged" versions with a binary included, so that a go compiler is not necessary to install the plugin.
The text was updated successfully, but these errors were encountered:
One of the reasons to chose golang as a remote plugin is that it can produce static binaries that can be easily distributed without a runtime or dependencies.
Currently
darkman.nvim
requires a go compiler to be installed, so thatbin/darkman.nvim
can be compiled on-site.Ideally, we should release "packaged" versions with a binary included, so that a go compiler is not necessary to install the plugin.
The text was updated successfully, but these errors were encountered: