vim: set a reasonable comment string for C++ files
This commit is contained in:
parent
b409888717
commit
427baf06d1
1 changed files with 2 additions and 0 deletions
2
config/nvim/after/ftplugin/cpp.lua
Normal file
2
config/nvim/after/ftplugin/cpp.lua
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
vim.bo.commentstring = '// %s'
|
||||||
|
|
Loading…
Add table
Reference in a new issue