dotfiles/roles
Fernando Schauenburg 3c1341c2b8 vim: fix string comparisons that should be case-insensitive
Regardless of the 'ignorecase' option:

    ==#   does case sensitive comparisons
    ==?   does case INsensitive comparisons

All the comparisons that were fixed here should really be case
insensitive (e.g. we want to handle BACKGROUND set to DARK instead of
dark and so on...).
2020-12-28 01:00:41 +01:00
..
dotfiles vim: fix string comparisons that should be case-insensitive 2020-12-28 01:00:41 +01:00
packages/tasks ansible: add packages role 2020-12-22 13:48:59 +01:00