mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

Related to #29506, but adding vim.treesitter.stop() to b:undo_ftplugin doesn't solve the problem yet.
4 lines
76 B
Lua
4 lines
76 B
Lua
vim.bo.commentstring = '// %s'
|
|
|
|
vim.b.undo_ftplugin = 'setl commentstring<'
|