Neovide configuration. For available settings see https://neovide.dev/config-file.html. For any option not found will need to be done in your neovim's config instead.
Declarations
Type
TOML value
Default
{ }
Example
{
fork = false;
frame = "full";
idle = true;
maximized = false;
neovim-bin = "/usr/bin/nvim";
no-multigrid = false;
srgb = false;
tabs = true;
theme = "auto";
title-hidden = true;
vsync = true;
wsl = false;
font = {
normal = [];
size = 14.0;
};
}
Sign in to create a configuration using this setting.