# HG changeset patch # User Meredith Howard # Date 1677091224 21600 # Node ID 99ab96c49f65773bc6735b580352a103385f40e9 # Parent b7d88feee303af8283a57ef6edc101ff2356f3b4 add goneovim settings diff --git a/.config/goneovim/settings.toml b/.config/goneovim/settings.toml new file mode 100644 --- /dev/null +++ b/.config/goneovim/settings.toml @@ -0,0 +1,7 @@ +[Editor] +WindowGeometryBasedOnFontmetrics = true +DisableLigatures = true + +# GUI External elements font +FontFamily = "DejaVu Sans Mono" +FontSize = 10