mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
ef05c514aa
(cherry picked from commit 9ddfcb64bf
)
4 lines
110 B
Lua
4 lines
110 B
Lua
vim.bo.commentstring = '// %s'
|
|
|
|
vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n setl commentstring<'
|