allow for terminal to color vim

pull/1/head
Andrew Coleman 2019-01-16 20:53:58 -05:00
parent ff60db66a5
commit 4f502a6c91
1 changed files with 0 additions and 4 deletions

4
.vimrc
View File

@ -16,9 +16,6 @@ set expandtab
set listchars=tab:>-,trail:-
set list
syntax on
set t_Co=256
color koehler
color Tomorrow-Night-Bright
filetype on
filetype plugin on
@ -30,7 +27,6 @@ nmap n nzz
nmap N Nzz
let g:lightline = {
\ 'colorscheme': 'Tomorrow_Night_Blue',
\ 'component': {
\ 'readonly': '%{&readonly?"":""}',
\ },