Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 684 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (11 loc) · 684 Bytes

Steps to sync with latest kitty version

  • Get the latest kitty version curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
  • cd into vim-kitty directory
  • Run kitty +launch gen-syntax.py
  • Check if the session cmds at kitty-session.vim are up to date with session.py
  • Update README.md
  • Commit Sync with v<kitty-version>
  • Create a git tag git tag -a v<version> -m "Sync with v<kitty-version>"
  • Push the changes git push origin --tags
  • Create a new release on GitHub