]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Adding snipmate and solarized
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Feb 2014 17:26:48 +0000 (14:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Feb 2014 17:26:48 +0000 (14:26 -0300)
.gitmodules
vim.dot.link/bundle/tlib_vim [new submodule]
vim.dot.link/bundle/vim-addon-mw-utils [new submodule]
vim.dot.link/bundle/vim-colors-solarized [new submodule]
vim.dot.link/bundle/vim-snipmate [new submodule]
vim.dot.link/bundle/vim-snippets [new submodule]
vimrc.dot.link

index 508f670daa840d6511519ef6f0dba4a7ee94cb3d..3ae707ed521db542430eccd989ce78dbc271319c 100644 (file)
 [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 (submodule)
index 0000000..95f6fe6
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 95f6fe6e4ba1a7d15015d3dbe26074f1150e2d5e
diff --git a/vim.dot.link/bundle/vim-addon-mw-utils b/vim.dot.link/bundle/vim-addon-mw-utils
new file mode 160000 (submodule)
index 0000000..0c5612f
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 0c5612fa31ee434ba055e21c76f456244b3b5109
diff --git a/vim.dot.link/bundle/vim-colors-solarized b/vim.dot.link/bundle/vim-colors-solarized
new file mode 160000 (submodule)
index 0000000..528a59f
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
diff --git a/vim.dot.link/bundle/vim-snipmate b/vim.dot.link/bundle/vim-snipmate
new file mode 160000 (submodule)
index 0000000..d7918d0
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d7918d00ced3a70acf6b80855a58381b80c14aaa
diff --git a/vim.dot.link/bundle/vim-snippets b/vim.dot.link/bundle/vim-snippets
new file mode 160000 (submodule)
index 0000000..9cf1363
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 9cf136348b9949436f56ca72216ea86adab4a06e
index e139b521136d685e62c70df0e7af0e5a85410467..09dd4adaac3fd58df9e6e0f3176e7284ef14ce81 100644 (file)
@@ -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