mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[nvim] Add helm support
This commit is contained in:
@ -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,
|
||||
|
@ -2,6 +2,7 @@ local servers = {
|
||||
"ansiblels",
|
||||
"bashls",
|
||||
"gopls",
|
||||
"helm_ls",
|
||||
"html",
|
||||
-- "kotlin_language_server",
|
||||
"jdtls",
|
||||
|
Reference in New Issue
Block a user