mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-14 06:31:12 +00:00
[neovim] Enable hcl files in copilot
This commit is contained in:
parent
4dbd86b344
commit
32417a0bce
@ -2,14 +2,15 @@ require("copilot").setup({
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
javascript = true,
|
||||
typescript = true,
|
||||
go = true,
|
||||
hcl = true,
|
||||
javascript = true,
|
||||
json = true,
|
||||
lua = true,
|
||||
python = true,
|
||||
sh = true,
|
||||
typescript = true,
|
||||
yaml = true,
|
||||
json = true,
|
||||
["*"] = false,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user