summary refs log tree commit diff
path: root/dot_config/nano/nanorc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nano/nanorc.tmpl')
-rw-r--r--dot_config/nano/nanorc.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/dot_config/nano/nanorc.tmpl b/dot_config/nano/nanorc.tmpl
new file mode 100644
index 0000000..a0de6af
--- /dev/null
+++ b/dot_config/nano/nanorc.tmpl
@@ -0,0 +1,13 @@
+{{- $nanoVersion := .nano.default_version -}}
+{{- if lookPath "nano" -}}
+    {{- $nanoVersion = index (output "nano" "--version" | split " ") "_4" -}}
+{{- end -}}
+{{- output "dot_local/bin/nano_config.py" "generate"
+    "--config" .nano.config
+    "--version" $nanoVersion -}}
+# Extra syntax includes
+{{ range .nano.include_paths -}}
+{{ if (. | lstat) -}}
+include "{{ . }}/*.nanorc"
+{{ end -}}
+{{- end -}}