blob: d417cc7805e10dd6ce5afcb47ecd690ae41934c8 [file] [log] [blame]
Keith Smileyd8f98112023-08-11 14:07:50 -07001" Vim filetype plugin
2" Language: nix
3" Maintainer: Keith Smiley <keithbsmiley@gmail.com>
4" Last Change: 2023 Jul 22
5
6" Only do this when not done yet for this buffer
7if exists("b:did_ftplugin")
8 finish
9endif
10
11" Don't load another plugin for this buffer
12let b:did_ftplugin = 1
13
14let b:undo_ftplugin = "setl commentstring< comments<"
15
16setlocal comments=:#
17setlocal commentstring=#\ %s