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 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?"":""}',
|
||||
\ },
|
||||
|
|
Reference in New Issue