neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

mbsync.vim (300B)


      1 " Vim filetype plugin file
      2 " Language:		mbsync configuration file
      3 " Maintainer:		Pierrick Guillaume <pguillaume@fymyte.com>
      4 " Last Change:		2025 Apr 13
      5 
      6 if (exists('b:did_ftplugin'))
      7  finish
      8 endif
      9 let b:did_ftplugin = 1
     10 
     11 let b:undo_ftplugin = "setlocal commentstring<"
     12 
     13 setlocal commentstring=#\ %s