Commit graph

11 commits

Author SHA1 Message Date
b0e08d3e01 [vim] use better list characters 2018-04-14 22:13:53 +02:00
1e5f932895 [vim] use vertical split for diffs 2018-04-14 22:13:42 +02:00
caa1663507 [vim] add vim-fugitive 2018-04-14 20:52:46 +02:00
62e3c5162a [vim] get rid of vim-bufferline and tagbar
tagbar: haven't used in forever, might as well simplify the setup.
vim-bufferline: the functionality started to annoy me - let's experiment
for a while without it. I can always reactivate it if I miss it...
2018-04-14 20:50:51 +02:00
344bffe19b [vim] align options on tab stop for convenience
No options were changed -> only formatting!
2018-04-14 18:58:11 +02:00
573f7ba5f5 [vim] place viminfo inside .vim/ 2018-04-14 18:55:13 +02:00
d0128c3440 [vim] place vimrc inside .vim/ 2018-04-14 18:46:13 +02:00
06a91393ba Update vim-plug 2017-11-09 18:18:37 +01:00
e2c64a3a8e [vim] update vim-plug (by running :PlugUpgrade)
The command :PlugUpgrade will automatically clone the HEAD on master
from https://github.com/junegunn/vim-plug.git. As of today, the output
of `git describe master` is 0.9.1-45-g5fc9eab.
2017-01-27 14:44:21 +01:00
316240cffa [vim] replace Vundle with vim-plug
These features of vim-plug are particularly appealing:
    * on-demand loading -> better startup times
    * branch/tag/commit support -> controlled changes if desired
    * support for unmanaged/local plugins -> good for development of plugins
2016-03-29 23:56:54 +02:00
a557472b0f Initial commit
This adds the current state of my dotfiles for version control.
2015-06-13 21:09:33 +02:00