mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(ftplugin): change 'commentstring' to // %s
for C/C++ (#29085)
Problem: The default commentstring for C/C++ can lead to invalid code when commenting and does not match the Nvim codebase. Solution: Change commentstring to `// %s` as used by Neovim. Also set all commentstrings that derive from the default C string explicitly (and correctly).
This commit is contained in:
1
runtime/ftplugin/arduino.lua
Normal file
1
runtime/ftplugin/arduino.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.bo.commentstring = '// %s'
|
Reference in New Issue
Block a user