[nvim] add typr plugin
This commit is contained in:
parent
c2d08e3fef
commit
9e8713461e
9
private_dot_config/nvim/lua/plugins/typr.lua.tmpl
Normal file
9
private_dot_config/nvim/lua/plugins/typr.lua.tmpl
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{{- if eq .chezmoi.hostname "taupo" }}
|
||||||
|
return {
|
||||||
|
"nvzone/typr",
|
||||||
|
dependencies = "nvzone/volt",
|
||||||
|
opts = {},
|
||||||
|
cmd = { "Typr", "TyprStats" },
|
||||||
|
}
|
||||||
|
{{ else }}
|
||||||
|
{{ end }}
|
||||||
Loading…
x
Reference in New Issue
Block a user