mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-03-14 20:05:24 +00:00
[neovim] Enable copilot for golang templates
This commit is contained in:
parent
d411edcb92
commit
b70377ebfa
@ -4,6 +4,8 @@ require("copilot").setup({
|
||||
filetypes = {
|
||||
dockerfile = true,
|
||||
go = true,
|
||||
gothtmltmpl = true,
|
||||
gotexttmpl = true,
|
||||
hcl = true,
|
||||
helm = true,
|
||||
javascript = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user