feat(defaults): treat "•" as a list item prefix #24623

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.
This commit is contained in:
Justin M. Keyes
2023-08-09 15:33:53 -07:00
committed by GitHub
parent e6947bb1e8
commit 1d81d7a268
5 changed files with 5 additions and 3 deletions

View File

@@ -1287,7 +1287,7 @@ return {
abbreviation = 'com',
alloced = true,
cb = 'did_set_comments',
defaults = { if_true = 's1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-' },
defaults = { if_true = 's1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,fb:•' },
deny_duplicates = true,
desc = [=[
A comma-separated list of strings that can start a comment line. See