vim stuff
This commit is contained in:
parent
40e9bbba20
commit
5026797e7f
5 changed files with 9 additions and 7 deletions
8
.vimrc
8
.vimrc
|
|
@ -46,7 +46,9 @@ let g:airline_theme='violet'
|
|||
|
||||
set t_Co=256
|
||||
|
||||
colorscheme base16-paraiso
|
||||
"colorscheme base16-codeschool
|
||||
"colorscheme base16-atelier-dune-light
|
||||
colorscheme base16-darktooth
|
||||
syntax on
|
||||
|
||||
" enable vim modelines
|
||||
|
|
@ -65,5 +67,5 @@ set incsearch
|
|||
" iTerm2: https://github.com/martinlindhe/base16-iterm2
|
||||
|
||||
" Highlight 80 column
|
||||
set colorcolumn=80
|
||||
highlight ColorColumn ctermbg=LightGrey
|
||||
set colorcolumn=80,120
|
||||
highlight ColorColumn ctermbg=238
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue