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
There is an optional advice parameter to the error function in vim.health. This is a list of suggestions for the user. This could be something like:
localadvice= {
"If on Termux: Install Termux:API (url: ...)",
"If on Linux: Install acpi",
"If on MacOS: Install `pmset`", -- Is this supposed to be installed already?"If on Windows: I have no idea..., powershell should just work",
"If nothing is working for you, create an issue at github.com/justinghj/battery.nvim/issues/new",
}
The text was updated successfully, but these errors were encountered:
There is an optional
advice
parameter to theerror
function invim.health
. This is a list of suggestions for the user. This could be something like:The text was updated successfully, but these errors were encountered: