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>
This commit is contained in:
ricardaxel 2023-09-26 00:13:58 +02:00 committed by GitHub
parent 3a784bdc89
commit 3387dc4a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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