**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: ```lua require('markview').setup{ modes = { 'n' }} ``` 4. 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).