Switch source for breezy theme
This commit is contained in:
parent
fa61a22403
commit
1a85fa81f4
4
init.vim
4
init.vim
@ -77,6 +77,8 @@ autocmd FocusLost * :silent! wa
|
|||||||
" keep splits equal on terminal resize
|
" keep splits equal on terminal resize
|
||||||
autocmd VimResized * :wincmd =
|
autocmd VimResized * :wincmd =
|
||||||
|
|
||||||
colorscheme seoul256
|
set termguicolors
|
||||||
|
colorscheme breezy
|
||||||
|
let g:airline_theme='breezy'
|
||||||
|
|
||||||
call matchadd('ColorColumn', '\%81v', 100)
|
call matchadd('ColorColumn', '\%81v', 100)
|
||||||
|
@ -9,6 +9,8 @@ Plug 'sheerun/vim-polyglot'
|
|||||||
Plug 'ctrlpvim/ctrlp.vim'
|
Plug 'ctrlpvim/ctrlp.vim'
|
||||||
Plug 'Konfekt/FastFold'
|
Plug 'Konfekt/FastFold'
|
||||||
Plug 'majutsushi/tagbar'
|
Plug 'majutsushi/tagbar'
|
||||||
|
Plug 'equalsraf/neovim-gui-shim'
|
||||||
|
"Plug 'Shougo/denite.nvim'
|
||||||
|
|
||||||
" [UI]
|
" [UI]
|
||||||
Plug 'bling/vim-airline'
|
Plug 'bling/vim-airline'
|
||||||
@ -73,6 +75,6 @@ Plug 'ngmy/vim-rubocop', { 'for': 'ruby' }
|
|||||||
Plug 'hallison/vim-rdoc', { 'for': 'ruby' }
|
Plug 'hallison/vim-rdoc', { 'for': 'ruby' }
|
||||||
|
|
||||||
|
|
||||||
"Plug 'arcticicestudio/nord-vim'
|
Plug 'valeth/breezy', { 'branch': 'swap-bg-color' }
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user