diff --git a/.gitignore b/.gitignore index 95fdd88..67c5087 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ cache/ log/ -.vim/bundle/** \ No newline at end of file +vim/.vim/bundle/** diff --git a/vim/.vim/bundle/VimCompletesMe b/vim/.vim/bundle/VimCompletesMe deleted file mode 160000 index 7ae413e..0000000 --- a/vim/.vim/bundle/VimCompletesMe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7ae413e00691dff4bad450229ebed37d27673c10 diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim deleted file mode 160000 index 9a38216..0000000 --- a/vim/.vim/bundle/Vundle.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d diff --git a/vim/.vim/bundle/ctrlp.vim b/vim/.vim/bundle/ctrlp.vim deleted file mode 160000 index bde7a29..0000000 --- a/vim/.vim/bundle/ctrlp.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bde7a2950adaa82e894d7bdf69e3e7383e40d229 diff --git a/vim/.vim/bundle/indentLine b/vim/.vim/bundle/indentLine deleted file mode 160000 index a97b6d1..0000000 --- a/vim/.vim/bundle/indentLine +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a97b6d12ae06c2db524e2ceba976f1d4f4637cb7 diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline deleted file mode 160000 index 27acd85..0000000 --- a/vim/.vim/bundle/vim-airline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 27acd851a780c563cb4807fc0ea3af9caccbb585 diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes deleted file mode 160000 index af3292d..0000000 --- a/vim/.vim/bundle/vim-airline-themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af3292dbbb6d8abe35d0ad50bd86b6ac6219abb7 diff --git a/vim/.vim/bundle/vim-colors-solarized b/vim/.vim/bundle/vim-colors-solarized deleted file mode 160000 index 528a59f..0000000 --- a/vim/.vim/bundle/vim-colors-solarized +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/vim/.vim/bundle/vim-sensible b/vim/.vim/bundle/vim-sensible deleted file mode 160000 index 49ee364..0000000 --- a/vim/.vim/bundle/vim-sensible +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49ee364222dc2a5a00dddf89fd61880e3e39d46a diff --git a/vim/.vimrc b/vim/.vimrc index d48be1c..ed2bda0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -9,9 +9,9 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-sensible' -Plugin 'altercation/vim-colors-solarized' +"Plugin 'altercation/vim-colors-solarized' Plugin 'vim-airline/vim-airline' -Plugin 'vim-airline/vim-airline-themes' +"Plugin 'vim-airline/vim-airline-themes' Plugin 'Yggdroot/indentLine' Plugin 'ajh17/VimCompletesMe' "Plugin 'ctrlpvim/ctrlp.vim'