diff --git a/private_dot_config/nvim/lua/plugins/typr.lua.tmpl b/private_dot_config/nvim/lua/plugins/typr.lua.tmpl new file mode 100644 index 0000000..bd01452 --- /dev/null +++ b/private_dot_config/nvim/lua/plugins/typr.lua.tmpl @@ -0,0 +1,9 @@ +{{- if eq .chezmoi.hostname "taupo" }} +return { + "nvzone/typr", + dependencies = "nvzone/volt", + opts = {}, + cmd = { "Typr", "TyprStats" }, +} +{{ else }} +{{ end }}