aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-01-18 02:09:44 -0500
committerTucker Evans <tuckerevans24@gmail.com>2018-01-18 02:09:44 -0500
commit1aed5e2d67d7a54afdd667899e964b86c5dc5013 (patch)
tree103db8fefc1c68a90507c277928538ca752b006e /vim/.vimrc
parent0ded2275177a0735a6be07be2d58b6c3b49f1d71 (diff)
Added vim plugins as submodules; Removed vim-plug;
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 22b05ef..d17c58d 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -22,14 +22,3 @@ colorscheme default
au BufRead,BufNewFile *.go set filetype=go
-call plug#begin('~/.vim/plugged')
-Plug 'townk/vim-autoclose'
-Plug 'scrooloose/nerdtree'
-Plug 'airblade/vim-gitgutter'
-"Plug 'fatih/vim-go'
-"Plug 'larvag/vimtex'
-"Plug 'rykka/riv.vim'
-"Plug 'rykka/instantrst'
-call plug#end()
-
-