From 9e3a19eb832370a8653c5fb8bdfee3178c257422 Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Thu, 16 Mar 2017 21:53:12 +0100 Subject: [PATCH] Small cleanup Signed-off-by: Tomas Slusny --- .gitmodules | 6 ------ README.md | 9 +++++++-- config/zshrc | 3 --- lib/vim/bclose.vim | 1 - lib/vim/gitv | 1 - 5 files changed, 7 insertions(+), 13 deletions(-) delete mode 160000 lib/vim/bclose.vim delete mode 160000 lib/vim/gitv diff --git a/.gitmodules b/.gitmodules index 846e8cfe..afd6a6e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,9 +82,6 @@ [submodule "lib/shell/zim"] path = lib/shell/zim url = https://github.com/Eriner/zim/ -[submodule "lib/vim/bclose.vim"] - path = lib/vim/bclose.vim - url = https://github.com/chrismccord/bclose.vim [submodule "lib/vim/vim-javacomplete2"] path = lib/vim/vim-javacomplete2 url = https://github.com/artur-shaik/vim-javacomplete2 @@ -119,9 +116,6 @@ [submodule "lib/vim/vim-logreview"] path = lib/vim/vim-logreview url = https://github.com/andreshazard/vim-logreview -[submodule "lib/vim/gitv"] - path = lib/vim/gitv - url = https://github.com/gregsexton/gitv [submodule "lib/vim/committia.vim"] path = lib/vim/committia.vim url = https://github.com/rhysd/committia.vim diff --git a/README.md b/README.md index 1f03f9a5..d81fd819 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,13 @@ git clone https://github.com/ervandew/supertab.git $DOTHOME/usr/vim/supertab ### Vim * [base16-vim](https://github.com/chriskempson/base16-vim): Base16 for Vim - * [bclose.vim](https://github.com/chrismccord/bclose.vim): Delete a buffer without closing the window + * [comittia.vim](https://github.com/rhysd/committia.vim): A Vim plugin for more pleasant editing on commit messages * [deoplete.nvim](https://github.com/Shougo/deoplete.nvim): 🌠 Dark powered asynchronous completion framework for neovim * [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim): EditorConfig plugin for Vim * [fzf.vim](https://github.com/junegunn/fzf.vim): fzf :heart: vim - * [pathogen.vim](https://github.com/tpope/vim-pathogen): Manage your runtimepath * [syntastic](https://github.com/scrooloose/syntastic): Syntax checking hacks for vim + * [tmux-complete.vim](https://github.com/wellle/tmux-complete.vim): Vim plugin for insert mode completion of words in + adjacent tmux panes * [tsuquyomi](https://github.com/Quramy/tsuquyomi): A Vim plugin for TypeScript * [ultisnips](https://github.com/SirVer/ultisnips): The ultimate snippet solution for Vim * [vaxe](https://github.com/jdonaldson/vaxe): A modern, modular vim mode for Haxe. @@ -122,7 +123,9 @@ git clone https://github.com/ervandew/supertab.git $DOTHOME/usr/vim/supertab * [vim-fugitive](https://github.com/tpope/vim-fugitive): A Git wrapper so awesome, it should be illegal * [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags): A Vim plugin that manages your tag files * [vim-javacomplete2](https://github.com/artur-shaik/vim-javacomplete2): Updated javacomplete plugin for vim + * [vim-logreview](https://github.com/andreshazard/vim-logreview): vim plugin for log navigation * [vim-obsession](https://github.com/tpope/vim-obsession): continuously updated session files + * [vim-pathogen](https://github.com/tpope/vim-pathogen): Manage your runtimepath * [vim-polyglot](https://github.com/sheerun/vim-polyglot): A solid language pack for Vim. * [vim-repeat](https://github.com/tpope/vim-repeat): enable repeating supported plugin maps with "." * [vim-rooter](https://github.com/airblade/vim-rooter): Changes Vim working directory to project root (identified by presence of known directory or file) @@ -131,6 +134,8 @@ git clone https://github.com/ervandew/supertab.git $DOTHOME/usr/vim/supertab * [vim-test](https://github.com/janko-m/vim-test): Run your tests at the speed of thought * [vim-unimpaired](https://github.com/tpope/vim-unimpaired): pairs of handy bracket mappings * [vim-wiki](https://github.com/vimwiki/vimwiki): Personal Wiki for Vim + * [yang.vim](https://github.com/nathanalderson/yang.vim): YANG syntax highlighting for VIM + ### Tmux * [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum): Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on. diff --git a/config/zshrc b/config/zshrc index ddb3d73d..098b4ad7 100644 --- a/config/zshrc +++ b/config/zshrc @@ -31,9 +31,6 @@ # Open Vim and start saving it's session alias vims='vim -c "Session"' - # Gitv - alias gitv='vim "$(git rev-parse --show-toplevel)"/.git/index -c "Gitv --all" -c "tabonly"' - # Super cool gource alias (requires gource) alias gource="gource --key --stop-at-end -i 0 --highlight-dirs --highlight-all-users --max-file-lag 0.5" diff --git a/lib/vim/bclose.vim b/lib/vim/bclose.vim deleted file mode 160000 index 3129bc5c..00000000 --- a/lib/vim/bclose.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3129bc5cc0c3f0295eeafb2f1e8c0d17bc7ab1bf diff --git a/lib/vim/gitv b/lib/vim/gitv deleted file mode 160000 index aecf1e1f..00000000 --- a/lib/vim/gitv +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aecf1e1fbe9b99b2854e596e3d366607c9599c36