Disable Copilot inline hints by default
This commit is contained in:
parent
c6209dff63
commit
8393a93e8b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue