fix(runtime): add commentstring for C# ftplugin

Problem: No commentstring is set for C# buffers after removing the
default C-style commentstring

Solution: Add `ftplugin/cs.lua` with C-style commentstring
This commit is contained in:
Christian Clason
2023-04-12 12:17:27 +02:00
parent e23c6ebed7
commit 15c3f2da30

1
runtime/ftplugin/cs.lua Normal file
View File

@@ -0,0 +1 @@
vim.bo.commentstring = '/*%s*/'