- Copy oceanic.vim, hyper.vim, hacker.vim, abyss.vim, pharo.vim and off.vim to your .vim/colors or install with Plug:
Plug 'victorze/foo'
- Add the following to your .vimrc:
syntax enable
set background=dark
colorscheme hyper
let g:airline_theme='distinguished'
Plug 'yuezk/vim-js'
- Highlight the JSX syntax
Plug 'maxmellon/vim-jsx-pretty'
- jinja2 and django template install plugin:
Plug 'Glench/Vim-Jinja2-Syntax'
- Blade template (Laravel) install plugin
Plug 'jwalton512/vim-blade'
MIT