Fixed lightline color schemes and prompt

This commit is contained in:
jomido
2019-11-12 14:36:00 -06:00
parent e1637cab50
commit 92bfd6e642
2 changed files with 6 additions and 4 deletions

View File

@@ -98,9 +98,6 @@ nnoremap <S-Tab> :bprev<CR>
map <C-n> :NERDTreeToggle<CR>
"lightline colorscheme
let g:lightline = {'colorscheme': 'powerline',}
"vim-jedi auto-select first, saves a keystroke
let g:jedi#popup_select_first = 0
@@ -118,6 +115,8 @@ Plug 'wellle/targets.vim'
Plug 'junegunn/goyo.vim'
Plug 'junegunn/fzf.vim'
Plug 'scrooloose/nerdtree'
" Colors
Plug 'arzg/vim-substrata'
call plug#end() " end vim-plug
@@ -149,3 +148,6 @@ let g:lightline = {
\ },
\ }
"lightline colorscheme
let g:lightline = {'colorscheme': 'wombat',}