-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Thank you for a very nice plugin. I know that this issue was addressed here #44. After reviewing everything, I did not find an answer.
What I noted for myself:
- Bullets work in new files only if the file extension is .txt (I focused only on the text files I work with.)
For example, open a new file in Vim:
- But if you open a new file with the txt extension, bullets works. When opening a new file with :new, it doesn't work again.
let g:bullets_enable_in_empty_buffers = 1
let g:bullets_enabled_file_types = ['markdown', 'text', 'gitcommit']
Metadata
Metadata
Assignees
Labels
No labels

