From: Jannik ZANDER Date: Sun, 22 May 2016 09:16:15 +0000 (+0200) Subject: Add section env to .vimrc X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=08b1a3aea858cfab7fc8b5557ea1fccb4e043a14;p=dotfiles.git Add section env to .vimrc --- diff --git a/.vimrc b/.vimrc index 2dc8840..f69cd33 100644 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,6 @@ +" section: environment {{{1 +" --------------------- + set nocompatible set runtimepath+=$HOME/.config/vim set directory=$HOME/.cache/vim/swap @@ -14,6 +17,9 @@ if empty(glob('$HOME/.config/vim/autoload/plug.vim')) autocmd VimEnter * PlugInstall | source $MYVIMRC endif +" section: plugins {{{1 +" --------------------- + call plug#begin('$HOME/.config/vim/plugged') "Plug 'tpope/vim-sensible'