feat: github copilot.
This commit is contained in:
@@ -39,14 +39,12 @@ let g:DisableAutoPHPFolding = 1
|
||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||
let g:indent_guides_auto_colors = 0
|
||||
let g:indent_guides_enable_on_vim_startup = 1
|
||||
let g:llama_config = {'keymap_fim_accept_full':'<Right>','n_predict':256}
|
||||
autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=8
|
||||
autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=236
|
||||
"
|
||||
" mapping
|
||||
cnoremap <expr> <Down> pumvisible() ? "\<C-n>" : "\<Down>"
|
||||
cnoremap <expr> <Up> pumvisible() ? "\<C-p>" : "\<Up>"
|
||||
map <C-c> :LlamaToggle<CR>
|
||||
nmap <Esc>[Z <C-w>W
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
nmap <Tab> <C-w>w
|
||||
@@ -74,6 +72,7 @@ Plug 'bonsaiben/bootstrap-snippets'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'garbas/vim-snipmate'
|
||||
Plug 'github/copilot.vim'
|
||||
Plug 'godlygeek/csapprox'
|
||||
Plug 'honza/vim-snippets'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
@@ -90,7 +89,6 @@ Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'wuelnerdotexe/vim-astro'
|
||||
if v:version >= 901 || has('nvim-0.8.0')
|
||||
Plug 'ggml-org/llama.vim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
endif
|
||||
if has('python3')
|
||||
|
||||
Reference in New Issue
Block a user