Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chunkhang/vim-mbsync
Syntax highlighting for mbsyncrc
https://github.com/chunkhang/vim-mbsync
Last synced: 19 days ago
JSON representation
Syntax highlighting for mbsyncrc
- Host: GitHub
- URL: https://github.com/chunkhang/vim-mbsync
- Owner: chunkhang
- License: mit
- Created: 2019-08-10T04:23:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T08:24:18.000Z (about 4 years ago)
- Last Synced: 2024-10-19T11:31:31.549Z (4 months ago)
- Language: Vim script
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-mbsync
Syntax highlighting for [mbsynrc][isync]
## Installation
I recommend [vim-plug][vim-plug]. If not, use your preferred method.
```
Plug 'chunkhang/vim-mbsync'
```## History
- [The-King-of-Toasters][the-king-of-toasters] created the original [gist][original-gist]
- [LEI][lei] forked the [gist][forked-gist]
- [chunkhang][chunkhang] created this plugin based on the forked gist[isync]: https://isync.sourceforge.io/
[the-king-of-toasters]: https://github.com/The-King-of-Toasters
[original-gist]: https://gist.github.com/The-King-of-Toasters/4f4688498529b37476880a73c6401533
[lei]: https://github.com/LEI
[forked-gist]: https://gist.github.com/LEI/c77b7bca5a18edb7f29a81f9418b54ad
[chunkhang]: https://github.com/chunkhang
[vim-plug]: https://github.com/junegunn/vim-plug