diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-03-02 16:34:20 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-03-02 16:34:20 +0100 |
| commit | 1cba059d0eaeeeadc3fad7a92e17ed90e09e65d4 (patch) | |
| tree | be91a0927c92a09991e95cd44c31c5a6c48d82d0 /.vimrc | |
| parent | 0a0721a66e918da7fbddebc1396a43e6406eafc6 (diff) | |
Cleaning up vimrc
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 |
