chore: save config
This commit is contained in:
parent
cb2ff3574e
commit
59fa9c7d7f
9 changed files with 128 additions and 90 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue