From 720c31a5dc09cc3c4a8564d16d3a5d309a3b9017 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 24 Sep 2018 15:11:05 +0200 Subject: Use Vundle plugin manager and install nertdree plugin. --- plugins.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins.vim (limited to 'plugins.vim') diff --git a/plugins.vim b/plugins.vim new file mode 100644 index 0000000..ee5a14a --- /dev/null +++ b/plugins.vim @@ -0,0 +1,13 @@ +set nocompatible +filetype off +set rtp+=~/.vim/bundle/Vundle.vim + +call vundle#begin() + +Plugin 'VundleVim/Vundle.vim' +Plugin 'scrooloose/nerdtree' + +call vundle#end() + +filetype plugin indent on + -- cgit v1.2.3