Skip to content

Cannot remove operator-pending mode concealment (modes setting) #70

@roginfarrer

Description

@roginfarrer

Describe the bug

Setting modes = {'n'} to remove operator-pending mode doesn't work (i.e., plugin still conceals in operator-pending mode.

Are you using a distro?
No

To Reproduce
Steps to reproduce the behavior:

  1. Install markview.nvim
  2. Use the following config:
    require('markview').setup{ modes = { 'n' }}
  3. Open a markdown document.

Expected behavior
If I hit c, d, y, etc, the concealment should drop

Actual behavior
Concealment still applies

Neovim version
0.10.0

Additional context
I can reproduce without any other plugins installed (aside from plugin's dependencies).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions