vim: add plugins for rails dev

master
Guillaume Dott 2021-07-08 21:05:59 +02:00
parent c552788d51
commit 2ee2c1feb9
1 changed files with 8 additions and 4 deletions

View File

@ -33,13 +33,14 @@ if filereadable(expand(bundledir."vundle/README.md"))
Plugin 'xolox/vim-session'
Plugin 'vim-ruby/vim-ruby'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-haml'
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 'kchmck/vim-coffee-script'
Plugin 'lumiliet/vim-twig'
Plugin 'Sirver/ultisnips'
Plugin 'honza/vim-snippets'
@ -51,11 +52,14 @@ if filereadable(expand(bundledir."vundle/README.md"))
Plugin 'airblade/vim-gitgutter'
Plugin 'tpope/vim-fugitive'
Plugin 'scrooloose/syntastic'
" Plugin 'scrooloose/syntastic'
Plugin 'dense-analysis/ale'
Plugin 'sjl/gundo.vim'
Plugin 'tpope/vim-commentary'
Plugin 'moll/vim-bbye'
Plugin 'VisIncr'
call vundle#end()