commit 4de811f2e59284d50ca7afa221c955c09dd7cecc Author: pika Date: Thu Mar 27 09:43:21 2025 +0100 batman diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..b36f456 --- /dev/null +++ b/config.toml @@ -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