AutoYADM commit: 2024-12-16 12:17:50
This commit is contained in:
parent
9d1ff3bad6
commit
e9e3dae0c9
2 changed files with 137 additions and 0 deletions
19
.config/neovide/config.toml
Normal file
19
.config/neovide/config.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
fork = true
|
||||
frame = "full"
|
||||
idle = true
|
||||
maximized = false
|
||||
neovim-bin = "/usr/bin/nvim" # in reality found dynamically on $PATH if unset
|
||||
no-multigrid = false
|
||||
srgb = false
|
||||
tabs = true
|
||||
theme = "auto"
|
||||
mouse-cursor-icon = "arrow"
|
||||
title-hidden = true
|
||||
vsync = true
|
||||
wsl = false
|
||||
|
||||
[font]
|
||||
normal = [
|
||||
"SauceCodePro Nerd Font Mono",
|
||||
] # Will use the bundled Fira Code Nerd Font by default
|
||||
size = 13
|
Loading…
Add table
Add a link
Reference in a new issue