| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-08 | theme: updated low color theme | Marc André Tanner | 1 | -9/+7 | |
| 2015-11-08 | theme: add default low color theme | Marc André Tanner | 2 | -0/+33 | |
| The theme was contributed by David B. Lamkins | |||||
| 2015-11-08 | ui: load syntax theme based on the number of supported colors | Marc André Tanner | 1 | -0/+0 | |
| The theme to use can be overriden via the $VIS_THEME environment variable. $ VIS_THEME=solarized vis | |||||
| 2015-11-08 | vis: introduce vis namespace for lua objects | Marc André Tanner | 1 | -0/+2 | |
| For now the vis table has only one member "lexers". | |||||
| 2015-11-08 | theme: increase contrast by setting background color to black | Marc André Tanner | 1 | -1/+1 | |
| 2015-11-08 | vis: implement :set colorcolumn | Marc André Tanner | 1 | -0/+1 | |
| 2015-11-08 | vis: implement :set cursorline | Marc André Tanner | 1 | -0/+1 | |
| 2015-11-08 | vis: experimental support for lua/lpeg based syntax highlighting | Marc André Tanner | 2 | -0/+55 | |
| The lua based lexers are searched in the following order: $VIS_PATH/lexers $HOME/.vis/lexers /usr/share/vis/lexers followed by the standard lua package.path | |||||
