From 2ee2c1feb9b0e167334315fce03d8e177f37cf87 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 8 Jul 2021 21:05:59 +0200 Subject: [PATCH] vim: add plugins for rails dev --- vim/vimrc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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()