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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue