From 1cba059d0eaeeeadc3fad7a92e17ed90e09e65d4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 2 Mar 2019 16:34:20 +0100 Subject: Cleaning up vimrc --- .vimrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.vimrc') 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 f :Limelight!! "======= nmap :TagbarToggle -"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 -- cgit v1.2.3