Files
neovim/runtime/ftplugin/cs.lua
Christian Clason 15c3f2da30 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
2023-04-12 12:17:27 +02:00

2 lines
32 B
Lua

vim.bo.commentstring = '/*%s*/'