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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user