neovim/runtime/ftplugin/d.lua
Axel Ricard da4d59018d fix(runtime): add commentstring for D ftplugin
Problem: No commentstring is set for D buffers after removing the
default C-style commentstring

Same solution than neovim#23039

(cherry picked from commit 222196824f)
2023-09-25 22:14:18 +00:00

2 lines
32 B
Lua

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