From 2d12a4f1a7a0b0fb047c81952498f8107341dd79 Mon Sep 17 00:00:00 2001 From: Chrisatmachine Date: Sun, 11 Nov 2018 14:07:55 -0500 Subject: added js support --- init.vim | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 59a5e223..d73e99e5 100644 --- a/init.vim +++ b/init.vim @@ -125,6 +125,12 @@ if dein#load_state('~/chris/.cache/dein') " For autocomplete call dein#add('zchee/deoplete-jedi') 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 call dein#add('wokalski/autocomplete-flow') " For vim 8+ @@ -154,8 +160,8 @@ endif """""""""" SPACEVIM THEME """""""""" -" Set theme -if strftime('%H') >= 7 && strftime('%H') < 8 +" Set theme TODO kill this light theme +if strftime('%H') >= 7 && strftime('%H') < 7 set background=light colorscheme stellarized else -- cgit v1.2.3