feat(nvim): add correct comment string for C#

This commit is contained in:
Price Hiller 2022-09-12 10:09:23 -05:00
parent f804f192af
commit be30a20ccb

View File

@ -0,0 +1 @@
vim.api.nvim_buf_set_option(0, "commentstring", "// %s")