Switch sublime preferences to regular files

This commit is contained in:
Gabriel Augendre 2023-02-17 09:50:01 +01:00
parent 5e9dfcfefe
commit 3db69ff828
5 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"font_face": "MonoLisa",
"font_face": "MonoLisa",
{{- if eq .chezmoi.os "darwin" }}
"font_size": 17,
{{- else }}
"font_size": 14,
{{- end }}
"scroll_past_end": 0.7,
"rulers": [88],
"ruler_style": "stippled",
"ignored_packages":
[
"Vintage",
],
"scroll_past_end": 0.7,
"rulers": [88],
"ruler_style": "stippled",
"ignored_packages":
[
"Vintage",
],
}

View File

@ -0,0 +1 @@
{{- template "Preferences.sublime-settings.tmpl" . -}}

View File

@ -1 +0,0 @@
{{ .chezmoi.sourceDir }}/Preferences.sublime-settings

View File

@ -0,0 +1 @@
{{- template "Preferences.sublime-settings" . -}}