format the copilot file

This commit is contained in:
Vladislav 2024-03-18 09:50:25 +01:00
parent c727cd6cb6
commit c046282675
No known key found for this signature in database
GPG Key ID: 07A1CCBD643CA257
1 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@ return { -- Copilot
init = function()
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
expr = true,
replace_keycodes = false
replace_keycodes = false,
})
vim.g.copilot_no_tab_map = true
end
end,
}