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