Add copilot plugin
This commit is contained in:
parent
486e4676a4
commit
977652c7ad
6
config/before/copilot.vim
Normal file
6
config/before/copilot.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
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,
|
||||
\ }
|
1
pack/github/start/copilot.vim
Submodule
1
pack/github/start/copilot.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1358e8e45ecedc53daf971924a0541ddf6224faf
|
1
vimrc
1
vimrc
|
@ -21,6 +21,7 @@ let mapleader = ','
|
|||
|
||||
" all other includes are in alphabetical order
|
||||
source $VIMHOME/config/before/ale.vim
|
||||
source $VIMHOME/config/before/copilot.vim
|
||||
source $VIMHOME/config/before/fzf.vim
|
||||
source $VIMHOME/config/before/indent.vim
|
||||
source $VIMHOME/config/before/language-client.vim
|
||||
|
|
Loading…
Reference in New Issue
Block a user