|
|
|
|
@ -26,12 +26,12 @@ Plug 'vim-scripts/vcscommand.vim' |
|
|
|
|
Plug 'vim-airline/vim-airline' |
|
|
|
|
Plug 'vim-airline/vim-airline-themes' |
|
|
|
|
Plug 'bling/vim-bufferline' |
|
|
|
|
|
|
|
|
|
" testing |
|
|
|
|
Plug 'tpope/vim-characterize' |
|
|
|
|
Plug 'tpope/vim-endwise' |
|
|
|
|
Plug 'github/copilot.vim' |
|
|
|
|
|
|
|
|
|
Plug 'frankier/neovim-colors-solarized-truecolor-only' |
|
|
|
|
|
|
|
|
|
call plug#end() |
|
|
|
|
|
|
|
|
|
let g:airline_solarized_bg='dark' |
|
|
|
|
@ -71,6 +71,11 @@ let g:syntastic_check_on_open = 1 |
|
|
|
|
let g:syntastic_check_on_wq = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" solarized config |
|
|
|
|
set termguicolors |
|
|
|
|
set background=dark " or light |
|
|
|
|
colorscheme solarized" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" copilot config |
|
|
|
|
imap <silent> <C-j> <Plug>(copilot-next) |
|
|
|
|
|