update README
This commit is contained in:
parent
708b86a116
commit
780e7cbc44
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,9 +1,13 @@
|
||||||
# vimlistsyntax
|
# 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
|
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).
|
||||||
- search Vim runtimepath (rtp) for .vim syntax definition files
|
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Vim and less
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue