https://github.com/chunkhang/vim-mbsync
Syntax highlighting for mbsyncrc
https://github.com/chunkhang/vim-mbsync
Last synced: 10 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T08:24:18.000Z (over 5 years ago)
- Last Synced: 2025-04-15T06:48:42.570Z (over 1 year ago)
- Language: Vim script
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- 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