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
This commit is contained in:
Axel Ricard 2023-09-25 16:36:46 +02:00
parent ccd1a84a96
commit 222196824f

1
runtime/ftplugin/d.lua Normal file
View File

@ -0,0 +1 @@
vim.bo.commentstring = '/*%s*/'