blob: 1693a95c0b315ddb4504fc0ebf66bea2976703c8 [file] [log] [blame]
Riley Bruins2c299eb2024-07-07 20:54:32 +02001" Vim filetype plugin
2" Language: EditorConfig
3" Maintainer: Riley Bruins <ribru17@gmail.com>
Yochem van Rosmalen51754c82025-01-10 19:54:13 +01004" Last Change: 2025 Jan 10
Riley Bruins2c299eb2024-07-07 20:54:32 +02005
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:#,:; commentstring=#\ %s
12
Yochem van Rosmalen51754c82025-01-10 19:54:13 +010013setl omnifunc=syntaxcomplete#Complete
14
15let b:undo_ftplugin = 'setl com< cms< ofu<'