aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules15
m---------vim.dot.link/bundle/tlib_vim0
m---------vim.dot.link/bundle/vim-addon-mw-utils0
m---------vim.dot.link/bundle/vim-colors-solarized0
m---------vim.dot.link/bundle/vim-snipmate0
m---------vim.dot.link/bundle/vim-snippets0
-rw-r--r--vimrc.dot.link3
7 files changed, 18 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 508f670..3ae707e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,18 @@
[submodule "vim.dot.link/pathogen"]
path = vim.dot.link/pathogen
url = https://github.com/tpope/vim-pathogen
+[submodule "vim.dot.link/bundle/tlib_vim"]
+ path = vim.dot.link/bundle/tlib_vim
+ url = https://github.com/tomtom/tlib_vim.git
+[submodule "vim.dot.link/bundle/vim-addon-mw-utils"]
+ path = vim.dot.link/bundle/vim-addon-mw-utils
+ url = https://github.com/MarcWeber/vim-addon-mw-utils.git
+[submodule "vim.dot.link/bundle/vim-snipmate"]
+ path = vim.dot.link/bundle/vim-snipmate
+ url = https://github.com/garbas/vim-snipmate.git
+[submodule "vim.dot.link/bundle/vim-snippets"]
+ path = vim.dot.link/bundle/vim-snippets
+ url = https://github.com/honza/vim-snippets.git
+[submodule "vim.dot.link/bundle/vim-colors-solarized"]
+ path = vim.dot.link/bundle/vim-colors-solarized
+ url = git://github.com/altercation/vim-colors-solarized.git
diff --git a/vim.dot.link/bundle/tlib_vim b/vim.dot.link/bundle/tlib_vim
new file mode 160000
+Subproject 95f6fe6e4ba1a7d15015d3dbe26074f1150e2d5
diff --git a/vim.dot.link/bundle/vim-addon-mw-utils b/vim.dot.link/bundle/vim-addon-mw-utils
new file mode 160000
+Subproject 0c5612fa31ee434ba055e21c76f456244b3b510
diff --git a/vim.dot.link/bundle/vim-colors-solarized b/vim.dot.link/bundle/vim-colors-solarized
new file mode 160000
+Subproject 528a59f26d12278698bb946f8fb82a63711eec2
diff --git a/vim.dot.link/bundle/vim-snipmate b/vim.dot.link/bundle/vim-snipmate
new file mode 160000
+Subproject d7918d00ced3a70acf6b80855a58381b80c14aa
diff --git a/vim.dot.link/bundle/vim-snippets b/vim.dot.link/bundle/vim-snippets
new file mode 160000
+Subproject 9cf136348b9949436f56ca72216ea86adab4a06
diff --git a/vimrc.dot.link b/vimrc.dot.link
index e139b52..09dd4ad 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -92,3 +92,6 @@ vmap <C-c> "+yi
vmap <C-x> "+c
vmap <C-v> c<ESC>"+p
imap <C-v> <C-r><C-o>+
+
+" Color scheme
+colorscheme solarized