summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc5
1 files changed, 1 insertions, 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' }