diff options
| author | Ahmed Abdelhalim <[email protected]> | 2020-01-29 17:54:26 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2020-01-29 17:54:26 +0100 |
| commit | 3abfb82194feed395e03294e1b4e07ba12f5a85d (patch) | |
| tree | 80106b669b2b7819333db076e8d5ce8bb9b88a50 /.vimrc | |
| parent | eb5b60a7cf15835760e334245573df209c2e47a3 (diff) | |
Update the plugins installed
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 <Leader>r :RuboCop<CR> nmap <Leader>R :RuboCop -a<CR> |
