mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +00:00
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:
1
runtime/ftplugin/d.lua
Normal file
1
runtime/ftplugin/d.lua
Normal file
@ -0,0 +1 @@
|
||||
vim.bo.commentstring = '/*%s*/'
|
Reference in New Issue
Block a user