1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-10-09 03:59:08 +00:00

[neovim] Update plugins

This commit is contained in:
2025-10-03 19:26:56 +02:00
parent 007c830330
commit 0691ed57e7
5 changed files with 40 additions and 34 deletions

View File

@@ -2,6 +2,13 @@ require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
copilot_model = "claude-4",
server_opts_overrides = {
settings = {
telemetry = {
telemetryLevel = "NotAuthorized",
},
},
},
filetypes = {
dockerfile = true,
go = true,