mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

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