mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07: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<'
|