diff --git a/README.md b/README.md index 18efc08..6aa4918 100644 --- a/README.md +++ b/README.md @@ -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