neovim/runtime/ftplugin/cs.lua
Christian Clason f5231d61a5
fix(runtime): add commentstring for C# ftplugin (#23039)
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 13:59:11 +02:00

2 lines
32 B
Lua

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