mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
4 lines
102 B
Lua
4 lines
102 B
Lua
vim.bo.commentstring = '// %s'
|
|
|
|
vim.b.undo_ftplugin = vim.b.undo_ftplugin .. ' | setl commentstring<'
|