1
mirror of https://github.com/neovim/neovim.git synced 2025-01-01 17:23:36 -07:00
neovim/runtime/ftplugin/cs.lua
Christian Clason f5231d61a5
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 13:59:11 +02:00

2 lines
32 B
Lua

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