1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-03-14 18:55:25 +00:00

[neovim] Enable copilot for golang templates

This commit is contained in:
Daniel Carrillo 2025-03-08 15:18:33 +01:00
parent d411edcb92
commit b70377ebfa
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -4,6 +4,8 @@ require("copilot").setup({
filetypes = {
dockerfile = true,
go = true,
gothtmltmpl = true,
gotexttmpl = true,
hcl = true,
helm = true,
javascript = true,