An open API service indexing awesome lists of open source software.

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

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')
```