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
vim.health.ok('Your system is supported by pre-built binaries (' ..system_triple..')')
20
+
else
21
+
vim.health.warn(
22
+
'Your system is not supported by pre-built binaries. You must run cargo build --release via your package manager with rust nightly. See the README for more info.'
0 commit comments