neovim

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

exports.vim (341B)


      1 " Vim filetype plugin
      2 " Language:     exports(5) configuration file
      3 " Maintainer:	Matt Perry <matt@mattperry.com>
      4 " Last Change:	2025 Feb 13
      5 
      6 if exists('b:did_ftplugin')
      7  finish
      8 endif
      9 let b:did_ftplugin = 1
     10 
     11 setlocal comments=:# commentstring=#\ %s
     12 setlocal formatoptions-=t formatoptions+=croql
     13 
     14 let b:undo_ftplugin = 'setl com< cms< fo<'