mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
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
(cherry picked from commit 222196824f
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
e5ec72562d
commit
da4d59018d
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