mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2025-12-05 22:26:12 +00:00
chore(doc): switch Events / Callbacks emoji (#35)
Demojify used by panvimdoc to strip emojis is outdated, it doesn't include any codepoints since Unicode 12. So Hook emoji ended up in the vimdoc since it was included in Unicode 13. Switching to an older emoji is good enough a workaround for now. Also bumped panvimdoc version.
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: kdheepak/panvimdoc@v3.0.5
|
- uses: kdheepak/panvimdoc@v3.0.6
|
||||||
with:
|
with:
|
||||||
vimdoc: auto-save.nvim
|
vimdoc: auto-save.nvim
|
||||||
version: "Neovim >= 0.8.0"
|
version: "Neovim >= 0.8.0"
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ or as part of the `lazy.nvim` plugin spec:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🪝 Events / Callbacks
|
## ↩️ Events / Callbacks
|
||||||
|
|
||||||
The plugin fires events at various points during its lifecycle which users can hook into:
|
The plugin fires events at various points during its lifecycle which users can hook into:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user