batman
This commit is contained in:
commit
4de811f2e5
1 changed files with 33 additions and 0 deletions
33
config.toml
Normal file
33
config.toml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# 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
|
Loading…
Add table
Add a link
Reference in a new issue