From 3abfb82194feed395e03294e1b4e07ba12f5a85d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 29 Jan 2020 17:54:26 +0100 Subject: Update the plugins installed --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 6839364..1908621 100644 --- a/.vimrc +++ b/.vimrc @@ -32,6 +32,7 @@ Plug 'elzr/vim-json', { 'for': ['js', 'json'] } Plug 'yaymukund/vim-rabl', { 'for': 'rabl' } Plug 'honza/vim-snippets' Plug 'majutsushi/tagbar' +Plug 'kkoomen/vim-doge' " Plug 'szw/vim-ctrlspace' " Plug 'vim-ruby/vim-ruby' Plug 'nvie/vim-flake8', { 'for': 'python' } @@ -39,7 +40,7 @@ Plug 'nvie/vim-flake8', { 'for': 'python' } " Plug 'diepm/vim-rest-console' " Plug 'mhinz/vim-startify' Plug 'posva/vim-vue', { 'for': ['js', 'vue'] } -Plug 'chr4/nginx.vim', { 'for': 'nginx' } +" Plug 'chr4/nginx.vim', { 'for': 'nginx' } Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } Plug 'Quramy/tsuquyomi', { 'for': 'typescript' } Plug 'hashivim/vim-terraform', { 'for' : 'terraform' } @@ -238,6 +239,7 @@ let g:mta_filetypes = { 'html' : 1 } "RuboCop "======= let g:vimrubocop_keymap = 0 +let g:vimrubocop_rubocop_cmd = 'bundle exec rubocop ' nmap r :RuboCop nmap R :RuboCop -a -- cgit v1.2.3