aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-02-09 12:43:15 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-02-09 12:43:15 -0500
commit60dd105e610bab7cf0bc709114539436722a3add (patch)
tree1f2fc5771f0282ce7f0a8a8212e8163f80ecf06c /setup.sh
parentd8bfb4b9fde510af9b3d06b2474c42cc432d1002 (diff)
downloadvim-cfg-60dd105e610bab7cf0bc709114539436722a3add.tar.gz
vim-cfg-60dd105e610bab7cf0bc709114539436722a3add.tar.xz
Add back Nerdtree. Enable line numers and syntax.
Set theme if GUI is running.
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 9fb77eb..016dc84 100755
--- a/setup.sh
+++ b/setup.sh
@@ -56,3 +56,6 @@ clone
DIR="themes/gruvbox"
URL="https://github.com/morhetz/gruvbox"
clone
+DIR="bundle/nerdtree"
+URL="https://github.com/scrooloose/nerdtree"
+clone