Hello,
When I try to disable custom keymaps and set my own mapping for <cr> it breaks since the keymaps do not get disabled.
for example:
vim.g.bullets_set_mappings = 0
vim.keymap.set('i', '<cr>', 'test')
This remap will work fine in most files, except .md and .txt (that I tested)
The issue resolves itself when I uninstall the plugin.
Does anyone perhaps know what is causing this?