diff --git a/vim/vimrc b/vim/vimrc index 5ba4a7f..c044cbb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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()