Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudorook/kitty.vim

Vim syntax highlighting rules for kitty config and session files.
https://github.com/sudorook/kitty.vim

kitty kitty-terminal syntax-highlighting vim vim-plugin vim-syntax-highlighting

Last synced: about 1 month ago
JSON representation

Vim syntax highlighting rules for kitty config and session files.

Awesome Lists containing this project

README

        

# kitty.vim

Vim syntax files for kitty session and config files.

## Install

To install, you can 1) clone this repository to your Vim dot-directory as a
plugin, or 2) run the `./install` script.

If you use the latter option, you can uninstall this plugin by running the
`./uninstall` script.

## Update

This repository will be kept up-to-date with new kitty releases, so if you
installed the syntax rules as a Vim plugin, simply update the plugin (i.e.
`git pull` the changes).

Otherwise, to update the syntax file, run the `build` script. `build` is a
wrapper around `src/gen_syntax.py` that will overwrite `syntax/kitty.vim`. Then,
re-install by running `./install`.