fix: setup copilot, fix feline lazy config

This commit is contained in:
Thomas Alcala Schneider 2023-05-07 17:23:00 +02:00
parent cb9ea43ce1
commit 0e3f8240b2
2 changed files with 7 additions and 6 deletions

View file

@ -23,5 +23,6 @@ return {
-- vim.g.copilot_no_tab_map = true
vim.g.copilot_assume_mapped = true
vim.keymap.set('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
require('copilot').setup()
end,
}