mirror of
https://github.com/neovim/neovim.git
synced 2026-06-08 04:54:25 +00:00
Problem:
Nvim docs use "•" as a list item prefix but `gw{motion}` doesn't format
such lists by default.
Solution:
Change the 'comments' option to include "fb:•" by default.