Extract (& update) 'copilot' config
This commit is contained in:
4
.vim/after/plugin/copilot.vim
Normal file
4
.vim/after/plugin/copilot.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
let g:copilot_no_tab_map = v:true
|
||||
imap <c-l> <plug>(copilot-next)
|
||||
imap <c-h> <plug>(copilot-prev)
|
||||
imap <silent><script><expr> <s-tab> copilot#Accept("\<CR>")
|
||||
Reference in New Issue
Block a user