feat(nvim): set commentstring for systemd files to # %s

This commit is contained in:
Price Hiller 2023-08-22 00:53:16 -05:00
parent 0ea5371972
commit 157c11e6fc
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1 @@
vim.opt_local.commentstring = "# %s"