dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 183ff665908a41d863e28fd9e357942da6b3cf76
parent 572ee06a96f6a90f9878c44a3a5eea2a0fe90504
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 11 Dec 2015 11:47:43 +0100

add startup screen

Diffstat:
M.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -156,6 +156,9 @@ NeoBundle 'godlygeek/tabular' " Markdown support NeoBundle 'plasticboy/vim-markdown' +" Startup screen +NeoBundle 'mhinz/vim-startify' + call neobundle#end() filetype plugin indent on