Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sudorook/kitty.vim
- Owner: sudorook
- Created: 2022-01-15T03:31:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T15:04:18.000Z (4 months ago)
- Last Synced: 2024-08-24T16:24:33.941Z (4 months ago)
- Topics: kitty, kitty-terminal, syntax-highlighting, vim, vim-plugin, vim-syntax-highlighting
- Language: Vim Script
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/GPL-3.0-or-later.txt
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`.