https://github.com/sarmong/newsboat.vim
Vim syntax highlighting for newsboat config file
https://github.com/sarmong/newsboat.vim
Last synced: about 2 months ago
JSON representation
Vim syntax highlighting for newsboat config file
- Host: GitHub
- URL: https://github.com/sarmong/newsboat.vim
- Owner: sarmong
- License: unlicense
- Created: 2022-11-20T16:12:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T16:14:49.000Z (over 2 years ago)
- Last Synced: 2025-04-01T17:02:14.936Z (about 2 months ago)
- Language: Vim Script
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# newsboat.vim
Vim syntax highlighting for newsboat config file
## Installation
Using vim-plug:
```vim
Plug 'sarmong/newsboat.vim'
```Using packer:
```lua
use('sarmong/newsboat.vim')
```