html/css help

This commit is contained in:
Daniel Flanagan 2017-03-09 17:52:47 -06:00
parent 203112c3f3
commit 81a9a3bb5e
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ let g:fzf_layout = { 'window': 'enew' }
" plugins for specific file types
Plug 'othree/html5.vim', {'for': ['jade', 'pug', 'html', 'vue']}
Plug 'hail2u/vim-css3-syntax', {'for': ['styl', 'stylus', 'css', 'vue']}
Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'coffeescript', 'vue']}
Plug 'posva/vim-vue', {'for': ['vue']}
Plug 'elixir-lang/vim-elixir', {'for': ['elixir']}