Disable Copilot inline hints by default

This commit is contained in:
Martin Larsson 2025-07-06 00:22:55 +02:00
parent c6209dff63
commit 8393a93e8b

View file

@ -3,6 +3,7 @@ return {
event = "InsertEnter", event = "InsertEnter",
init = function() init = function()
vim.g.copilot_no_tab_map = true vim.g.copilot_no_tab_map = true
vim.g.copilot_enabled = false
end, end,
keys = { keys = {
{ {