raa0121 лет назад: 10
Родитель
Сommit
6e5eb379ae
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      .vimrc

+ 7 - 0
.vimrc

@@ -221,6 +221,7 @@ call neobundle#config('unite-javaimport', {
   \ 'Shougo/unite.vim', 'yuratomo/w3m.vim'],
   \ 'autoload' : { 'filetypes' : ['java', 'scala', 'clojure']}
   \})
+NeoBundle 'kana/vim-smartinput'
 NeoBundle 'kamichidu/vim-vdbc'
 call neobundle#config('vim-vdbc', {
   \ 'depends' : ['Shougo/vimproc.vim'] ,
@@ -266,6 +267,12 @@ NeoBundle 'osyo-manga/quickrun-hook-u-nya-'
 call neobundle#config('quickrun-hook-u-nya-', {
   \ 'depends' : 'thinca/vim-quickrun'
   \ })
+NeoBundle 'osyo-manga/unite-filetype'
+call neobundle#config('unite-filetype', {
+  \ 'lazy' : 1,
+  \ 'autoload' : { 'unite_sources' : ['filetype']},
+  \ 'depends' : ['Shougo/unite.vim']
+  \ })
 NeoBundle 'osyo-manga/unite-highlight'
 call neobundle#config('unite-highlight', {
   \ 'lazy' : 1,