How do I disable telemetry? #424
Unanswered
stuckinsnow
asked this question in
Q&A
Replies: 1 comment 1 reply
-
you can disable it this way: return {
"zbirenbaum/copilot.lua",
opts = {
server_opts_overrides = {
settings = {
telemetry = {
telemetryLevel = "off",
},
},
},
},
}
for blink.cmp check this: https://github.com/giuxtaposition/blink-cmp-copilot |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, how do I disable telemetry? I notice when I do
checkhealth lsp
it shows telemetry is enabled. I am using lazyvim, with blink-cmp and blink-copilot-chat.This is my config, but it's not working
The lsp info says
Additionally, how do I disable ghost text but have copilot suggestions show up in the pop up menu with the other lsps? I can do this with blink, but I'd like to disable the plugin if possible (I am using the new nvim 0.11 features).
Beta Was this translation helpful? Give feedback.
All reactions