allow for terminal to color vim
parent
ff60db66a5
commit
4f502a6c91
4
.vimrc
4
.vimrc
|
@ -16,9 +16,6 @@ set expandtab
|
||||||
set listchars=tab:>-,trail:-
|
set listchars=tab:>-,trail:-
|
||||||
set list
|
set list
|
||||||
syntax on
|
syntax on
|
||||||
set t_Co=256
|
|
||||||
color koehler
|
|
||||||
color Tomorrow-Night-Bright
|
|
||||||
|
|
||||||
filetype on
|
filetype on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
@ -30,7 +27,6 @@ nmap n nzz
|
||||||
nmap N Nzz
|
nmap N Nzz
|
||||||
|
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'Tomorrow_Night_Blue',
|
|
||||||
\ 'component': {
|
\ 'component': {
|
||||||
\ 'readonly': '%{&readonly?"":""}',
|
\ 'readonly': '%{&readonly?"":""}',
|
||||||
\ },
|
\ },
|
||||||
|
|
Reference in New Issue