浏览代码

add vim-less

raa0121 10 年之前
父节点
当前提交
167e2f380d
共有 1 个文件被更改,包括 5 次插入0 次删除
  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'