neovim/runtime/ftplugin/d.lua
ricardaxel 3387dc4a46
fix(runtime): add commentstring for D ftplugin (#25362)
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>
2023-09-26 06:13:58 +08:00

2 lines
32 B
Lua

vim.bo.commentstring = '/*%s*/'