Compare commits

...

1 Commits

Author SHA1 Message Date
9f37a379ea update 2026-02-11 07:32:24 +02:00

View File

@@ -14,6 +14,9 @@ vim.filetype.add({
['.*/k8s/.*%.ya?ml'] = 'helm', ['.*/k8s/.*%.ya?ml'] = 'helm',
['.*/charts/.*%.ya?ml'] = 'helm', ['.*/charts/.*%.ya?ml'] = 'helm',
}, },
extension = {
gotmpl = 'helm',
},
}) })
function _G.see(val) function _G.see(val)