mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07: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:
parent
3a784bdc89
commit
3387dc4a46
1
runtime/ftplugin/d.lua
Normal file
1
runtime/ftplugin/d.lua
Normal file
@ -0,0 +1 @@
|
||||
vim.bo.commentstring = '/*%s*/'
|
Loading…
Reference in New Issue
Block a user