33 lines
860 B
TOML
33 lines
860 B
TOML
# backtraces_path = "/path/to/neovide_backtraces.log" # see below for the default platform specific location
|
|
fork = true
|
|
frame = "full"
|
|
idle = true
|
|
maximized = false
|
|
mouse-cursor-icon = "arrow"
|
|
# neovim-bin = "" # in reality found dynamically on $PATH if unset
|
|
no-multigrid = false
|
|
srgb = true
|
|
tabs = true
|
|
theme = "dark"
|
|
title-hidden = true
|
|
vsync = true
|
|
wsl = false
|
|
|
|
# -->
|
|
|
|
[font] # Will use the bundled Fira Code Nerd Font by default
|
|
# normal = ["Lilex Nerd Font Mono"]
|
|
# normal = ["JetBrainsMono Nerd Font Mono"]
|
|
# normal = ["MonoCraft Nerd Font"]
|
|
normal = ["ComicCodeLigatures Nerd Font"]
|
|
# normal = ["MartianMono Nerd Font Mono"]
|
|
# normal = ["MesloLGS Nerd Font"] # small
|
|
# normal = ["MesloLGM Nerd Font"] # mid
|
|
# normal = ["MesloLGL Nerd Font"] # large
|
|
size = 14.0
|
|
|
|
|
|
|
|
# normal = ["Agave Nerd Font Mono"]
|
|
# normal = ["Anka/Coder Condensed"]
|
|
# size = 16.0
|