From: Silvio Rhatto Date: Sun, 16 Feb 2014 17:26:48 +0000 (-0300) Subject: Adding snipmate and solarized X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d47ea06c68e730af3d2f9337fedbc654c937910;p=rhatto%2Fdotfiles%2Fvim.git Adding snipmate and solarized --- 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 index 0000000..95f6fe6 --- /dev/null +++ b/vim.dot.link/bundle/tlib_vim @@ -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 index 0000000..0c5612f --- /dev/null +++ b/vim.dot.link/bundle/vim-addon-mw-utils @@ -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 index 0000000..528a59f --- /dev/null +++ b/vim.dot.link/bundle/vim-colors-solarized @@ -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 index 0000000..d7918d0 --- /dev/null +++ b/vim.dot.link/bundle/vim-snipmate @@ -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 index 0000000..9cf1363 --- /dev/null +++ b/vim.dot.link/bundle/vim-snippets @@ -0,0 +1 @@ +Subproject commit 9cf136348b9949436f56ca72216ea86adab4a06e 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 "+yi vmap "+c vmap c"+p imap + + +" Color scheme +colorscheme solarized