mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
f5231d61a5
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*/'
|