dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 39cfa2a213077413bb16bcbe5afd6c8cdb9cca91
parent 9b26c270a2dba6bd6342ceab97df57b23e360885
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat,  5 Jul 2014 17:20:46 -0700

Vim: Add vim-obsession, remove vim-startify.

Diffstat:
vim/bundle/vim-obsession | 1+
vim/bundle/vim-startify | 1-
vimrc | 21---------------------
vimrc.bundles | 8++++----
4 files changed, 5 insertions(+), 26 deletions(-)

diff --git a/vim/bundle/vim-obsession b/vim/bundle/vim-obsession @@ -0,0 +1 @@ +Subproject commit 4ab72e07ec3e25f33066217ddaf9863c7b597cf5 diff --git a/vim/bundle/vim-startify b/vim/bundle/vim-startify @@ -1 +0,0 @@ -Subproject commit 7676944ad75b6c5f9793a3594b93433c444c0f0e diff --git a/vimrc b/vimrc @@ -57,27 +57,6 @@ augroup pencil autocmd FileType text call pencil#init({'wrap': 'hard'}) augroup END -let g:startify_custom_header = [ - \ '██╗ ██╗██╗███╗ ███╗', - \ '██║ ██║██║████╗ ████║', - \ '██║ ██║██║██╔████╔██║', - \ '╚██╗ ██╔╝██║██║╚██╔╝██║', - \ ' ╚████╔╝ ██║██║ ╚═╝ ██║', - \ ' ╚═══╝ ╚═╝╚═╝ ╚═╝', - \ '', - \ '', - \ ] - -let g:startify_bookmarks = [ - \ '~/dotfiles/bashrc', - \ '~/dotfiles/bash_profile', - \ '~/dotfiles/tmux.conf', - \ '~/dotfiles/vimrc', - \ '~/dotfiles/vimrc.bundles', - \ ] - -let g:startify_session_dir = '~/.vim-session' - let g:netrw_liststyle = 3 " change color of rainbow diff --git a/vimrc.bundles b/vimrc.bundles @@ -25,9 +25,9 @@ Bundle 'tpope/vim-sleuth' Bundle 'tpope/vim-surround' " change lots of options with co or [o/ ]o Bundle 'tpope/vim-unimpaired' -" better HTML/XML editing +" useful HTML/XML mapping Bundle 'tpope/vim-ragtag' -" better netrw file explorer +" improve netrw file explorer Bundle 'tpope/vim-vinegar' " Readline in insert mode Bundle 'tpope/vim-rsi' @@ -35,6 +35,8 @@ Bundle 'tpope/vim-rsi' Bundle 'tpope/vim-dispatch' " UNIX commands in Vim Bundle 'tpope/vim-eunuch' +" better sessions +Bundle 'tpope/vim-obsession' """ language specific plug-ins " syntax checker @@ -49,8 +51,6 @@ Bundle 'sheerun/vim-polyglot' Bundle 'zhaocai/GoldenView.Vim' " jump to tags in file, such as classes and functions Bundle 'Tagbar' -" improved Vim start screen -Bundle 'mhinz/vim-startify' " use same keys for moving around TMUX and Vim splits Bundle 'christoomey/vim-tmux-navigator' " fuzzy finder for Vim and Bash