mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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
This commit is contained in:
1
runtime/ftplugin/cs.lua
Normal file
1
runtime/ftplugin/cs.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.bo.commentstring = '/*%s*/'
|
Reference in New Issue
Block a user