fix: setup copilot, fix feline lazy config
This commit is contained in:
parent
cb9ea43ce1
commit
0e3f8240b2
2 changed files with 7 additions and 6 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue