.config/goneovim/settings.toml

Sat, 08 Apr 2023 18:06:43 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 08 Apr 2023 18:06:43 -0400
changeset 1104
90aa391abc44
parent 1041
99ab96c49f65
permissions
-rw-r--r--

include needs to appear before a host match (sections actually ignore indents)

1041
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 [Editor]
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 WindowGeometryBasedOnFontmetrics = true
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 DisableLigatures = true
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 # GUI External elements font
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 FontFamily = "DejaVu Sans Mono"
99ab96c49f65 add goneovim settings
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7 FontSize = 10

mercurial