vim_config/config/before/copilot.vim

7 lines
162 B
VimL
Raw Normal View History

2023-06-15 18:04:19 +02:00
imap <silent><script><expr> <c-a> copilot#Accept("\<CR>")
let g:copilot_no_tab_map = v:true
let g:copilot_filetypes = {
\ '*': v:false,
\ 'go': v:true,
\ }