1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 00:49:26 +00:00

[nvim] Add helm support

This commit is contained in:
2025-01-26 13:30:36 +01:00
parent bbe971d799
commit eeb1f485e8
4 changed files with 12 additions and 2 deletions

View File

@ -2,11 +2,14 @@ require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
dockerfile = true,
go = true,
hcl = true,
helm = true,
javascript = true,
json = true,
lua = true,
make = true,
markdown = true,
python = true,
sh = true,