Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 532 Bytes

mbsync.vim - mbsync config syntax highlighting for vim

Add syntax highlighting support for mbsync config file

The syntax is based on the mbsync manual (isync v1.4.4)

Installation

vim-plug

Plug 'Fymyte/mbsync.vim'
use {
  'Fymyte/mbsync.vim',
  ft = 'mbsync',
}