raa0121 10 lat temu
rodzic
commit
167e2f380d
1 zmienionych plików z 5 dodań i 0 usunięć
  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'