mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
da4d59018d
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
)
2 lines
32 B
Lua
2 lines
32 B
Lua
vim.bo.commentstring = '/*%s*/'
|