summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 3 insertions, 1 deletions
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 <Leader>r :RuboCop<CR>
nmap <Leader>R :RuboCop -a<CR>