initial commit
This commit is contained in:
commit
6321708245
2 changed files with 40 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# vimlistsyntax
|
||||
|
||||
Bash script which lists all available syntax hightlight styles for Vim.
|
||||
|
||||
- use Vim's :redir to output 'echo &rtp' to text file
|
||||
- search Vim runtimepath (rtp) for .vim syntax definition files
|
||||
- use Python os.scandir() for fast searches of directories
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Copy `vimlistsyntax` to a chosen direcory in $PATH such as `$HOME/bin` or `/usr/local/bin`
|
||||
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
vimlistsyntax
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue