added js support

This commit is contained in:
Chrisatmachine 2018-11-11 14:07:55 -05:00
parent dc120a9571
commit 2d12a4f1a7

View file

@ -125,6 +125,12 @@ if dein#load_state('~/chris/.cache/dein')
" For autocomplete " For autocomplete
call dein#add('zchee/deoplete-jedi') call dein#add('zchee/deoplete-jedi')
call dein#add('Shougo/deoplete.nvim') call dein#add('Shougo/deoplete.nvim')
" For Web Development
call dein#add('pangloss/vim-javascript')
call dein#add('elzr/vim-json')
call dein#add('mxw/vim-jsx')
call dein#add('mattn/emmet-vim')
call dein#add('prettier/vim-prettier', {'do': 'yarn install'})
" Auto flow " Auto flow
call dein#add('wokalski/autocomplete-flow') call dein#add('wokalski/autocomplete-flow')
" For vim 8+ " For vim 8+
@ -154,8 +160,8 @@ endif
"""""""""" SPACEVIM THEME """""""""" """""""""" SPACEVIM THEME """"""""""
" Set theme " Set theme TODO kill this light theme
if strftime('%H') >= 7 && strftime('%H') < 8 if strftime('%H') >= 7 && strftime('%H') < 7
set background=light set background=light
colorscheme stellarized colorscheme stellarized
else else