Commit graph

23 commits

Author SHA1 Message Date
b4a6205b4d [vim] add easy cycling through numbering modes
Adapted from:
    https://raw.githubusercontent.com/wincent/wincent/master/roles/dotfiles/files/.vim/autoload/wincent/mappings/leader.vim
2018-04-15 13:49:58 +02:00
1cf275f807 [vim] better list autoformatting 2018-04-15 11:22:16 +02:00
5201424b13 [vim] select beyond end of line in visual mode 2018-04-15 11:20:05 +02:00
0a2787f251 [vim] disable vim "splash screen" 2018-04-15 11:19:03 +02:00
354a0e2894 [vim] insert only once space when joining lines 2018-04-15 11:18:17 +02:00
76c4ef8bad [vim] prefer unix line endings (LF, no CR) 2018-04-15 11:16:00 +02:00
6d1bfb01bd [vim] better listchars (▷ » « · ⤷) 2018-04-15 11:14:14 +02:00
54dd54c82d [vim] make viminfo remember more things 2018-04-15 11:11:51 +02:00
0cd38be0cd [vim] /// repeat previous pattern for search 2018-04-15 11:10:26 +02:00
27eefff26d [vim] remove dangling mapping (tagbar plugin) 2018-04-15 11:09:32 +02:00
5c6aa58682 [vim] make tabs more visible 2018-04-15 00:00:27 +02:00
61442f5862 [vim] improve status line 2018-04-14 23:48:59 +02:00
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