From 780e7cbc444a3b282b794ca035b84bc669869f07 Mon Sep 17 00:00:00 2001 From: Dia Pacifica Date: Tue, 1 Oct 2024 19:36:37 -0700 Subject: [PATCH] update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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