You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow anti conceal to be disabled in specific modes
## Details
This change removes disabling anti conceal in command mode as a default
behavior, I found it too jumpy when quickly saving with inlined marks.
Instead of this the `anti_conceal` configuration now has an additional
field `disabled_modes`, where users can set modes they would like to
disable anti conceal in, the default value is `false` which means do not
disable anti conceal in any modes. To replicate the old behavior you
would need to set `anti_conceal = { disabled_modes = { 'c' } }`.
Unrelated change, modified the call to `lazy_plugin.values` to be
wrapped in a `pcall`. Since this comes from an external source
`lazy.nvim`, I want to be extra careful relying on anything.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@
12
12
- include highlight query files in checkhealth [4f05de7](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/4f05de7536571e231b66dd0363af347b162b5fd7)
13
13
- pad suffix of latex so backgrounds are aligned [a212596](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/a2125961287c78dfc03cb628b7bed7f91b70fd45)
14
14
15
+
### Bug Fixes
16
+
17
+
- get correct list of ft and cmd from lazy [#442](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/442)
0 commit comments