Browse Source

add vim-less

raa0121 10 years ago
parent
commit
167e2f380d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .vimrc

+ 5 - 0
.vimrc

@@ -196,6 +196,11 @@ call neobundle#config('ghcmod-vim', {
   \ })
 NeoBundle 'editorconfig/editorconfig-vim'
 NeoBundle 'fuenor/qfixhowm'
+NeoBundle 'groenewege/vim-less'
+call neobundle#config('vim-less', {
+  \ 'lazy' : 1,
+  \ 'autoload' : { 'filetypes' : 'less' }
+  \ })
 NeoBundle 'itchyny/calendar.vim'
 NeoBundle 'itchyny/lightline.vim'
 NeoBundle 'jceb/vim-orgmode'