nvim: try setting up helm templating

This commit is contained in:
2024-01-24 11:01:56 +02:00
parent 5bfcfbe052
commit ba95396552
4 changed files with 97 additions and 0 deletions

View File

@ -31,6 +31,9 @@ return {
},
},
})
lsp.helm_ls.setup({
filetypes= { "helm", "yaml" },
})
end,
},
}