mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
use onehalf
This commit is contained in:
parent
cff3e112ef
commit
b01001d7d4
1 changed files with 4 additions and 7 deletions
11
vim/vimrc
11
vim/vimrc
|
@ -11,7 +11,7 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||||
|
|
||||||
"--- Plugins
|
"--- Plugins
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'arcticicestudio/nord-vim'
|
Plug 'sonph/onehalf', { 'rtp': 'vim' }
|
||||||
Plug 'ojroques/vim-oscyank'
|
Plug 'ojroques/vim-oscyank'
|
||||||
|
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
@ -83,10 +83,7 @@ let g:ctrlp_cmd = 'CtrlP'
|
||||||
|
|
||||||
"- Visuals
|
"- Visuals
|
||||||
set number
|
set number
|
||||||
let g:nord_cursor_line_number_background = 1
|
set cursorline
|
||||||
let g:nord_underline = 1
|
colorscheme onehalflight
|
||||||
let g:nord_italic = 1
|
let g:airline_theme = 'onehalflight'
|
||||||
let g:nord_italic_comments = 1
|
|
||||||
colorscheme nord
|
|
||||||
let g:airline_theme = 'nord'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue