update README

This commit is contained in:
Dia Pacifica 2024-10-01 19:36:37 -07:00
parent 708b86a116
commit 780e7cbc44

View file

@ -1,9 +1,13 @@
# vimlistsyntax
Bash script which lists all available syntax hightlight styles for Vim.
Bash script which lists all available syntax hightlight styles for Vim in a nice column format with paging.
- use Vim's :redir to output 'echo &rtp' to text file
- search Vim runtimepath (rtp) for .vim syntax definition files
This is extremely useful when you want to use syntax-highlighted code-fencing using [vim-markdown](https://github.com/preservim/vim-markdown) and subsequently viewing Markdown documents with [vimpager](https://github.com/rkitover/vimpager).
## Requirements
Vim and less
## Installation