From ea0e3ac267aa1abb1d65389c914c06c06756d836 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 9 Jul 2021 16:54:31 +0200 Subject: Add indentpython script and remote unused plugins --- .vimrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index b7419f5..8c63b90 100644 --- a/.vimrc +++ b/.vimrc @@ -9,12 +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' Plug 'sheerun/vim-polyglot' Plug 'junegunn/gv.vim', { 'on': 'GV' } Plug 'junegunn/limelight.vim' Plug 'junegunn/goyo.vim', { 'on': 'Goyo' } Plug 'vim-scripts/bufexplorer.zip' +" Plug 'vim-scripts/indentpython.vim', { 'for': 'python' } Plug 'ycm-core/YouCompleteMe', { 'do': './install.py --racer-completer', 'commit': '4e480a317' } Plug 'Valloric/MatchTagAlways', { 'for': 'html' } Plug 'scrooloose/nerdcommenter' @@ -29,10 +29,7 @@ Plug 'ngmy/vim-rubocop', { 'for': 'ruby' } Plug 'honza/vim-snippets' Plug 'majutsushi/tagbar' Plug 'kkoomen/vim-doge' -" Plug 'szw/vim-ctrlspace' Plug 'nvie/vim-flake8', { 'for': 'python' } -" Plug 'mustache/vim-mustache-handlebars' -" Plug 'mhinz/vim-startify' Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } Plug 'Quramy/tsuquyomi', { 'for': 'typescript' } Plug 'hashivim/vim-terraform', { 'for' : 'terraform' } -- cgit v1.2.3