aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2016-05-24 14:14:54 +0200
committerMax Christian Pohle2016-05-24 14:14:54 +0200
commitfe89b5671d65560b57d51485789c23c38885e28d (patch)
treed2483b2b4d80631411fc54ab55609073085c8742 /.gitmodules
parent4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9 (diff)
downloadvim-fe89b5671d65560b57d51485789c23c38885e28d.tar.bz2
vim-fe89b5671d65560b57d51485789c23c38885e28d.zip
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index cdf3d7a..8e27078 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
1[submodule "plugins/Vundle.vim"]
2 path = plugins/Vundle.vim
3 url = https://github.com/VundleVim/Vundle.vim.git
4[submodule "bundle/Vundle.vim"] 1[submodule "bundle/Vundle.vim"]
5 path = bundle/Vundle.vim 2 path = bundle/Vundle.vim
6 url = https://github.com/VundleVim/Vundle.vim.git 3 url = https://github.com/VundleVim/Vundle.vim.git
4[submodule "colors/nelstrom"]
5 path = colors/nelstrom
6 url = https://github.com/nelstrom/vim-mac-classic-theme.git
..