Files
neovim/runtime/ftplugin/d.lua
Axel Ricard 222196824f 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
2023-09-25 16:36:54 +02:00

2 lines
32 B
Lua

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