blob: 0d5d9ba9c28b22219152d0412e00ea415fee8ac0 [file] [log] [blame]
yu-yk6ccf6da2024-06-20 22:08:19 +02001" Vim filetype plugin file
2" Language: go module file
3" Maintainer: YU YUK KUEN <yukkuen.yu719@gmail.com>
4" Last Change: 2024-06-21
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal formatoptions-=t formatoptions-=c
12setlocal commentstring=//\ %s
13
14let b:undo_ftplugin = 'setl fo< cms<'