From 7f13e9f490b745d8bb3d901f51ab421d4d255b35 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 14 Jul 2021 18:00:43 +0200 Subject: [PATCH] Add rails.vim plugin --- nvimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/nvimrc b/nvimrc index be9dd7d..04e12c5 100644 --- a/nvimrc +++ b/nvimrc @@ -332,6 +332,7 @@ runtime macros/matchit.vim packadd! rust.vim " https://github.com/rust-lang/rust.vim.git packadd! tmux-complete.vim " https://github.com/wellle/tmux-complete.vim.git packadd! vim-commentary " https://github.com/tpope/vim-commentary.git +packadd! vim-rails " https://github.com/tpope/vim-rails.git " Requires both fzf.vim plugin to be manually installed: " https://github.com/junegunn/fzf/blob/master/plugin/fzf.vim