switch to vim-plug
icyphox icyph0x@protonmail.com
Tue, 06 Feb 2018 16:16:34 +0530
1 files changed,
9 insertions(+),
1 deletions(-)
jump to
M
.vimrc
→
.vimrc
@@ -12,7 +12,15 @@ set noexpandtab " tabs are tabs
set tabstop=4 " tab = 4 spaces set softtabstop=4 " backspace through spaces -execute pathogen#infect() +call plug#begin() +Plug 'junegunn/fzf' +Plug 'jiangmiao/auto-pairs' +Plug 'airblade/vim-gitgutter' +Plug 'reedes/vim-pencil' +Plug 'chriskempson/base16-vim' +call plug#end() + + set swapfile set dir=/tmp set number