|
3542f4a741
|
ansible: refactor tasks into a common role
|
2020-12-18 14:53:00 +01:00 |
|
|
42d7fdf143
|
vim: fix call to bufnr()
bufnr() requires an argument -> in this case the name of the current
file, which is the meaning of "%".
|
2020-12-16 17:47:52 +01:00 |
|
|
cb94595707
|
vim: highlight entire line of cursor
Turns out that only having the line number highlighted is annoying.
|
2020-12-16 17:46:43 +01:00 |
|
|
eb2662d1dc
|
vim: source all files under ~/.local/etc/vim
|
2020-12-16 00:18:37 +01:00 |
|
|
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 |
|
|
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 |
|
|
ff1562506d
|
Add vim role
|
2019-11-15 19:08:53 +00:00 |
|