mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
3387dc4a46
Problem: No commentstring is set for D buffers after removing the default C-style commentstring Same solution than neovim#23039 Co-authored-by: Axel Ricard <axel.ricard@allegrodvt.com>
2 lines
32 B
Lua
2 lines
32 B
Lua
vim.bo.commentstring = '/*%s*/'
|