Commit graph

22 commits

Author SHA1 Message Date
4dcc5ab8e5 vim: move .cache/vim/viminfo -> .local/share/vim/viminfo 2020-12-15 23:53:31 +01:00
036f2ac143 vim: use proper syntax highlighting for bash profile 2020-12-15 23:39:58 +01:00
85b4d48980 vim: don't use powerline symbols
These symbols need custom fonts to be installed, which is a pain to
manage.
2020-12-15 23:39:03 +01:00
917dc41a79 vim: remove superfluous search mappings
Now that I am using 'ignorecase' and 'smartcase' there is no need for
this anymore.
2020-12-15 19:52:42 +01:00
978021fb92 vim: fix airline 2020-12-15 19:50:51 +01:00
b895988ce3 vim: better command line completion 2020-12-15 17:47:20 +01:00
0efe9f8507 vim: make shiftwidth depend on tabstop 2020-12-15 17:44:33 +01:00
6d568d963e vim: better horizontal & vertical scrolling 2020-12-15 17:43:46 +01:00
44488c44c2 vim: use case insensitive search (except when pattern has uppercase chars) 2020-12-15 17:40:29 +01:00
a63f71d5e4 vim: highlight only the line number of the cursor line 2020-12-15 17:37:37 +01:00
7bb1adc397 vim: make colorcolumn depend on textwidth 2020-12-15 17:36:31 +01:00
857db5e1db vim: fix foldmethod for vimrc 2020-12-15 17:35:32 +01:00
36582437f4 vim: minor vimrc formatting change 2020-12-15 17:21:48 +01:00
3a168c72a0 vim: document used options 2020-12-15 17:14:19 +01:00
a520c635b6 vim: update vim-plug (running :PlugUpgrade) 2020-12-13 01:28:58 +01:00
f52ebc6672 vim: move local config to ~/.local/etc/vim/vimrc 2020-12-12 22:47:23 +01:00
ab107815a0 Prevent errors when installing vim plugins with ansible 2020-03-05 08:09:03 +00:00
9455d8d285 Sync vim with master branch 2020-03-04 19:08:40 +01:00
7d961dd352 Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
81c63724d7 Add installation for commonly used sotfware 2019-11-15 23:44:15 +00:00
dad459852c Simplify vim role
It might make sense to make the XDG_* stuff configurable in the future,
but let's keep it simple for now.
2019-11-15 19:19:12 +00:00
ff1562506d Add vim role 2019-11-15 19:08:53 +00:00