Skip to content

fix: remove draw previous smear to avoid jumps to cmd line #28

fix: remove draw previous smear to avoid jumps to cmd line

fix: remove draw previous smear to avoid jumps to cmd line #28

Workflow file for this run

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>"