Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2024
1 parent 9c2bc06 commit f1f056e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/otter.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Example in a markdown (or quarto markdown) document `index.md`:

>
# Some markdown
Hello world
```python
Expand All @@ -59,8 +58,8 @@ We create a hidden buffer for a file `index.md.tmp.py`
import numpy as np
np.zeros(10)
import numpy as np
np.zeros(10)
<

This contains just the python code and blank lines for all other lines (this
Expand Down Expand Up @@ -129,6 +128,9 @@ If you want to use the default config below you don’t need to call `setup`.
write_to_disk = false,
},
strip_wrapping_quote_characters = { "'", '"', "`" },
-- Otter may not work the way you expect when entire code blocks are indented (eg. in Org files)
-- When true, otter handles these cases fully. This is a (minor) performance hit
handle_leading_whitespace = false,
}
<

Expand Down

0 comments on commit f1f056e

Please sign in to comment.