Skip to content

[Bug] Disabling default mappings not working Neovim #147

Description

@Dani-v-tue

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions