mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 18:39:27 +00:00
[neovim] Enable copilot for golang templates
This commit is contained in:
@ -4,6 +4,8 @@ require("copilot").setup({
|
|||||||
filetypes = {
|
filetypes = {
|
||||||
dockerfile = true,
|
dockerfile = true,
|
||||||
go = true,
|
go = true,
|
||||||
|
gothtmltmpl = true,
|
||||||
|
gotexttmpl = true,
|
||||||
hcl = true,
|
hcl = true,
|
||||||
helm = true,
|
helm = true,
|
||||||
javascript = true,
|
javascript = true,
|
||||||
|
Reference in New Issue
Block a user