summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc11
1 files changed, 1 insertions, 10 deletions
diff --git a/.vimrc b/.vimrc
index 53ac74d..a98de0d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -9,13 +9,12 @@ Plug 'editorconfig/editorconfig-vim'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rails', { 'for': 'ruby' }
Plug 'tpope/vim-endwise', { 'for': 'ruby' }
-Plug 'tpope/vim-surround', { 'for': 'json' }
+" Plug 'tpope/vim-surround'
" Plug 'tpope/vim-haml', { 'for': 'haml' }
Plug 'junegunn/gv.vim', { 'on': 'GV' }
Plug 'junegunn/limelight.vim'
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
Plug 'vim-scripts/bufexplorer.zip'
-" Plug 'vim-scripts/matchit.zip'
Plug 'Valloric/YouCompleteMe', { 'do': './install.py' }
Plug 'Valloric/MatchTagAlways', { 'for': 'html' }
Plug 'scrooloose/nerdcommenter'
@@ -38,7 +37,6 @@ Plug 'majutsushi/tagbar'
Plug 'nvie/vim-flake8', { 'for': 'python' }
" Plug 'mustache/vim-mustache-handlebars'
" Plug 'diepm/vim-rest-console'
-" Plug 'nathanaelkane/vim-indent-guides'
" Plug 'mhinz/vim-startify'
Plug 'posva/vim-vue', { 'for': ['js', 'vue'] }
Plug 'chr4/nginx.vim', { 'for': 'nginx' }
@@ -255,13 +253,6 @@ nmap <leader>f :Limelight!!<cr>
"=======
nmap <F8> :TagbarToggle<CR>
-"IndentGuides
-"============
-let g:indent_guides_start_level = 2
-let g:indent_guides_guide_size = 1
-let g:indent_guides_auto_colors = 0
-highlight IndentGuidesEven ctermbg=235
-
"Syntastic
"=========
let g:tsuquyomi_disable_quickfix = 1