diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-09-09 09:12:43 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-09-09 09:12:43 +0200 |
commit | 3d0723aa76dd7ab66d13bb21e9157e2f279dd6a7 (patch) | |
tree | 92f7baaf27eaf26c45fa49f5a453c185a316aba6 | |
parent | d75aca2ebaadb83c1a1b9793a65d13048411dbf2 (diff) | |
download | myconfigs-3d0723aa76dd7ab66d13bb21e9157e2f279dd6a7.tar.gz myconfigs-3d0723aa76dd7ab66d13bb21e9157e2f279dd6a7.tar.bz2 myconfigs-3d0723aa76dd7ab66d13bb21e9157e2f279dd6a7.zip |
Update vim plugins and add starme do install script
Also vim plugin figitive is removed. Not that its bad plugin, I just
not using it at all.
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | install | 5 | ||||
m--------- | vim/bundle/YouCompleteMe | 0 | ||||
m--------- | vim/bundle/lightline.vim | 0 | ||||
m--------- | vim/bundle/syntastic | 0 | ||||
m--------- | vim/bundle/tlib_vim | 0 | ||||
m--------- | vim/bundle/vim-fugitive | 0 | ||||
m--------- | vim/bundle/vim-gitgutter | 0 | ||||
m--------- | vim/bundle/vim-snipmate | 0 | ||||
m--------- | vim/bundle/vim-table-mode | 0 |
10 files changed, 3 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index ac40256..507477c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "vim/bundle/tlib_vim"] path = vim/bundle/tlib_vim url = https://github.com/tomtom/tlib_vim.git -[submodule "vim/bundle/vim-fugitive"] - path = vim/bundle/vim-fugitive - url = https://github.com/tpope/vim-fugitive.git [submodule "vim/bundle/vim-snipmate"] path = vim/bundle/vim-snipmate url = https://github.com/garbas/vim-snipmate.git @@ -25,7 +25,7 @@ dodiff() { } diff() { # Iterate trough source directory but ignore any git repositories - # Note that its design decision to not iterate trough target directory. + # Note that it's design decision to not iterate trough target directory. if [ -d "$1" ]; then # This is check if we have correct inst command basically. If it is # directory than it have to have trailing slash to ensure that no @@ -109,7 +109,8 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst config/i3blocks/ ~/.config/i3blocks inst config/i3status/ ~/.config/i3status inst config/dunst/ ~/.config/dunst - inst local/bin/mxrandr ~/.local/bin/mxrandr + inst local/bin/mxrandr ~/.local/bin/ + inst local/bin/startme ~/.local/bin/ fi read -p "Install Conkeror configuration? (Y/n) " diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe -Subproject 0de1c0c9bb13ce82172b472c676035cd47cf6a6 +Subproject 12153361d730e84c748ac68eaff773aa04f0b3b diff --git a/vim/bundle/lightline.vim b/vim/bundle/lightline.vim -Subproject 430ce2cb063b39a0c7950cafd617e333acb6759 +Subproject 06d0dd33d3cae36ae1c400a1612ce38e409eb2b diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic -Subproject cee74e0c1af934065fd1b3046e53cda76574f70 +Subproject 998179747a5715114c5a9e9b94317d73f4fd4d3 diff --git a/vim/bundle/tlib_vim b/vim/bundle/tlib_vim -Subproject 5636472e5dba1a4104376ce6bd93cc2546e0248 +Subproject 8c74564396e368788a5cb901b0e8017a3166cee diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive deleted file mode 160000 -Subproject 50cc268d29c65738dab9eda8354d9387f162851 diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter -Subproject b5f23e986747a6f4b1dc1196d2a5bd3dc7c8c2b +Subproject 43e7c1f542032ec5be1b6a0ff4440a5370e9bce diff --git a/vim/bundle/vim-snipmate b/vim/bundle/vim-snipmate -Subproject ee433e43c76c768c95ad6d9af67c4cd4b40f7ea +Subproject 31986191ac9923afcd53bf6425c9b6c35fdbb21 diff --git a/vim/bundle/vim-table-mode b/vim/bundle/vim-table-mode -Subproject b613e39bd08ecebdb9b18100dae518050f49604 +Subproject 8bacd0ba660e94e0bf7e1a41e803df58be4c737 |