From fe89b5671d65560b57d51485789c23c38885e28d Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Tue, 24 May 2016 14:14:54 +0200
Subject: major update: plugins, colorscheme, shortcuts, new git submodule!

* using nelstroms mac color scheme
* 'fixed' some keyboard shortcuts to behave more like in other editors
* added some plugins
---
 .gitmodules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to '.gitmodules')

diff --git a/.gitmodules b/.gitmodules
index cdf3d7a..8e27078 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
-[submodule "plugins/Vundle.vim"]
-	path = plugins/Vundle.vim
-	url = https://github.com/VundleVim/Vundle.vim.git
 [submodule "bundle/Vundle.vim"]
 	path = bundle/Vundle.vim
 	url = https://github.com/VundleVim/Vundle.vim.git
+[submodule "colors/nelstrom"]
+	path = colors/nelstrom
+	url = https://github.com/nelstrom/vim-mac-classic-theme.git
-- 
cgit v1.2.3