vim: add plugins for rails dev
parent
c552788d51
commit
2ee2c1feb9
12
vim/vimrc
12
vim/vimrc
|
@ -33,13 +33,14 @@ if filereadable(expand(bundledir."vundle/README.md"))
|
||||||
Plugin 'xolox/vim-session'
|
Plugin 'xolox/vim-session'
|
||||||
Plugin 'vim-ruby/vim-ruby'
|
Plugin 'vim-ruby/vim-ruby'
|
||||||
Plugin 'tpope/vim-rails'
|
Plugin 'tpope/vim-rails'
|
||||||
Plugin 'tpope/vim-haml'
|
|
||||||
Plugin 'tpope/vim-markdown'
|
Plugin 'tpope/vim-markdown'
|
||||||
|
Plugin 'tpope/vim-endwise'
|
||||||
|
|
||||||
Plugin 'lumiliet/vim-twig'
|
Plugin 'jiangmiao/auto-pairs'
|
||||||
|
|
||||||
|
Plugin 'tpope/vim-haml'
|
||||||
Plugin 'slim-template/vim-slim'
|
Plugin 'slim-template/vim-slim'
|
||||||
Plugin 'kchmck/vim-coffee-script'
|
Plugin 'lumiliet/vim-twig'
|
||||||
|
|
||||||
Plugin 'Sirver/ultisnips'
|
Plugin 'Sirver/ultisnips'
|
||||||
Plugin 'honza/vim-snippets'
|
Plugin 'honza/vim-snippets'
|
||||||
|
@ -51,11 +52,14 @@ if filereadable(expand(bundledir."vundle/README.md"))
|
||||||
|
|
||||||
Plugin 'airblade/vim-gitgutter'
|
Plugin 'airblade/vim-gitgutter'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'scrooloose/syntastic'
|
" Plugin 'scrooloose/syntastic'
|
||||||
|
Plugin 'dense-analysis/ale'
|
||||||
|
|
||||||
Plugin 'sjl/gundo.vim'
|
Plugin 'sjl/gundo.vim'
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
|
|
||||||
|
Plugin 'moll/vim-bbye'
|
||||||
|
|
||||||
Plugin 'VisIncr'
|
Plugin 'VisIncr'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
Loading…
Reference in New Issue