Skip to content

Commit

Permalink
Fix hbs,mustache,html5, just use html5 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 30, 2014
1 parent 5738205 commit 32bca9d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions bundles.vim
Expand Up @@ -126,12 +126,18 @@ NeoBundle 'tpope/vim-endwise'
" NeoBundleLazy 'bbommarito/vim-slim'
NeoBundleLazy 'slim-template/vim-slim'
NeoBundleLazy 'wavded/vim-stylus'
NeoBundleLazy 'othree/html5.vim', {

NeoBundleLazy 'othree/html5-syntax.vim', {
\ 'autoload' : {
\ 'filetypes' : ['html', 'xhtml']
\ }
\ }

NeoBundleLazy 'mustache/vim-mustache-handlebars', {
\ 'autoload' : {
\ 'filetypes' : 'html',
\ 'filetypes': ['html', 'mustache']
\ }}


NeoBundleLazy 'jnwhiteh/vim-golang'
" NeoBundleLazy 'vim-scripts/VimClojure'
" NeoBundleLazy 'derekwyatt/vim-scala'
Expand Down Expand Up @@ -161,7 +167,6 @@ NeoBundleLazy 'gregsexton/gitv', { 'depends' : [ 'tpope/vim-fugitive' ]
\ , 'autoload' : { 'commands' : 'Gitv' }
\ }

NeoBundle 'mustache/vim-mustache-handlebars'
" NeoBundleLazy 'aaronj1335/underscore-templates.vim'
NeoBundle 'saltstack/salt-vim'
NeoBundleLazy "Glench/Vim-Jinja2-Syntax"
Expand Down Expand Up @@ -338,6 +343,9 @@ NeoBundleLazy 'guns/xterm-color-table.vim', {
NeoBundleLazy 'xsbeats/vim-blade', {
\ 'autoload' : { 'filetypes' : ['blade'] }}




if iCanHazNeoBundle == 0
echo "Installing Bundles, please ignore key map error messages"
echo ""
Expand Down

0 comments on commit 32bca9d

Please sign in to comment.