c2a657c609
vim:aesth:highNonASCII: Support spelllang=french
2022-12-28 13:39:46 +01:00
1360969ca4
vim:aesth: Refactor HighlightNonASCIIChars()
...
Make it easier to support other languages.
2022-12-28 13:32:02 +01:00
a85f5ba81a
vim: Do not always highlight Umlaute as non-ascii
...
When the spelling language is set to German, they should not be flagged
and thus excluded from the regex.
2022-11-21 15:16:59 +01:00
80b533d089
vim: Highlight non-ASCII characters
2022-08-25 03:35:27 +02:00
4415ff4653
vim: Fix broken highlight of trailing whitespaces
...
Apply the following:
1. Switch to `matchadd` as `match` can only be used for **one**
highlight
2. Use an autocommand group for better behaviour when reloading the
vimrc.
3. Use just one pattern as it seems to work always. (Apparently `\%#` is
not matched in normal mode)
2022-08-25 03:33:11 +02:00
8c37dc2316
vim:vimrc.d:*: Use " instead of # in header lines
2021-07-13 16:52:42 +02:00
91091eb4c4
vim: Set bat (fzf preview) theme
2020-12-24 02:54:19 +01:00
c3f8f3761d
vim: Use theme colors in fzf
2020-12-24 02:00:42 +01:00
b9f26d7482
vim: Split vimrc into vimrc.d/
2020-12-23 01:42:42 +01:00