chore: save config

This commit is contained in:
Kiruel 2024-01-07 07:42:29 +01:00
parent cb2ff3574e
commit 59fa9c7d7f
9 changed files with 128 additions and 90 deletions

View file

@ -3,6 +3,8 @@ return {
init = function()
vim.g.copilot_no_tab_map = true
vim.api.nvim_set_hl(0, "CopilotSuggestion", { fg = "#83a598", italic = true })
vim.api.nvim_set_hl(0, "CopilotAnnotation", { fg = "#83a598", italic = true })
vim.keymap.set("i", "<C-x>", 'copilot#Accept("")', {
expr = true,
silent = true,