24bit solarized theme for vim
This commit is contained in:
9
.vimrc
9
.vimrc
@@ -26,12 +26,12 @@ Plug 'vim-scripts/vcscommand.vim'
|
|||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
Plug 'bling/vim-bufferline'
|
Plug 'bling/vim-bufferline'
|
||||||
|
|
||||||
" testing
|
|
||||||
Plug 'tpope/vim-characterize'
|
Plug 'tpope/vim-characterize'
|
||||||
Plug 'tpope/vim-endwise'
|
Plug 'tpope/vim-endwise'
|
||||||
Plug 'github/copilot.vim'
|
Plug 'github/copilot.vim'
|
||||||
|
|
||||||
|
Plug 'frankier/neovim-colors-solarized-truecolor-only'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
let g:airline_solarized_bg='dark'
|
let g:airline_solarized_bg='dark'
|
||||||
@@ -71,6 +71,11 @@ let g:syntastic_check_on_open = 1
|
|||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
|
|
||||||
|
|
||||||
|
" solarized config
|
||||||
|
set termguicolors
|
||||||
|
set background=dark " or light
|
||||||
|
colorscheme solarized"
|
||||||
|
|
||||||
|
|
||||||
" copilot config
|
" copilot config
|
||||||
imap <silent> <C-j> <Plug>(copilot-next)
|
imap <silent> <C-j> <Plug>(copilot-next)
|
||||||
|
|||||||
Reference in New Issue
Block a user