protesilaos.dotfiles/vim
Protesilaos Stavrou a526e61d33
Improve linting styles for Vim and GTK syntax
This syncs with version 1.7.0.20200407 of the Tempus themes generator:
https://gitlab.com/protesilaos/tempus-themes-generator

The scope of the changes:

1. Specify extra variables for linter-related underlines.  This is done
   in the "preset" data files.  No need to add conditional logic to the
   templates.

2. Implement the new underlines in the gtksourceview{3,4} templates.
   For them the method is to colourise both the underline and the
   affected text.

3. Update the `vim' template accordingly.  This is done by extending
   support to the highlight groups of "YouCompleteMe" and "Syntastic".
   Here is a slight difference between GUI and Terminal versions: the
   former has just a coloured curly underline, while the latter has an
   underline with no further colour adjustments.  The idea is that the
   linter's UI, its prominent indicators, will suffice as visual
   feedback.
2020-04-07 06:34:30 +03:00
..
.vim Improve linting styles for Vim and GTK syntax 2020-04-07 06:34:30 +03:00
.vimrc Fix several typos (#5) across the repo 2019-12-31 17:02:21 +02:00