Vim: Switch to Nord
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -43,3 +43,6 @@
|
||||
[submodule ".vim/bundle/tabline.vim"]
|
||||
path = .vim/bundle/tabline.vim
|
||||
url = https://github.com/mkitt/tabline.vim
|
||||
[submodule ".vim/bundle/nord-vim"]
|
||||
path = .vim/bundle/nord-vim
|
||||
url = https://github.com/arcticicestudio/nord-vim
|
||||
|
1
.vim/bundle/nord-vim
Submodule
1
.vim/bundle/nord-vim
Submodule
Submodule .vim/bundle/nord-vim added at 311d964d3a
Submodule .vim/bundle/vim-colors-solarized deleted from 528a59f26d
5
.vimrc
5
.vimrc
@@ -2,8 +2,7 @@ execute pathogen#infect()
|
||||
|
||||
" Theming
|
||||
if $TERM != 'linux'
|
||||
set background=dark
|
||||
colorscheme solarized
|
||||
colorscheme nord
|
||||
endif
|
||||
|
||||
syntax on
|
||||
@@ -32,7 +31,7 @@ let g:lightline = {
|
||||
\ 'charvaluehex': 'char: 0x%B'
|
||||
\ },
|
||||
\}
|
||||
let g:lightline.colorscheme = 'solarized'
|
||||
let g:lightline.colorscheme = 'nord'
|
||||
|
||||
" Automatically read when a file is changed outside of Vim
|
||||
set autoread
|
||||
|
Reference in New Issue
Block a user