fix: remove draw previous smear to avoid jumps to cmd line #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
workflow_dispatch: | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: panvimdoc | |
uses: kdheepak/panvimdoc@main | |
with: | |
vimdoc: smear-cursor | |
version: "NVIM v0.10.2" | |
description: "Neovim plugin to animate the cursor with a smear effect" | |
demojify: true | |
treesitter: true | |
shiftheadinglevelby: -1 | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v7 | |
with: | |
commit-message: "chore(build): auto-generate vimdoc" | |
branch: "docs-auto-generate" | |
title: "docs: auto-generate vimdoc" | |
body: "This pull request contains auto-generated Vim documentation." | |
labels: "documentation" | |
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>" |