mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

Problem: No commentstring is set for C# buffers after removing the default C-style commentstring Solution: Add `ftplugin/cs.lua` with C-style commentstring
2 lines
32 B
Lua
2 lines
32 B
Lua
vim.bo.commentstring = '/*%s*/'
|