vim-kitty icon indicating copy to clipboard operation
vim-kitty copied to clipboard

Vim syntax highlighting for Kitty terminal config files

Results 3 vim-kitty issues
Sort by recently updated
recently updated
newest added

The recently released kitty version actually includes some of my modifier key name updates. I'm just letting you know that maybe you'd like to update `kittyMod`, thanks. :) https://github.com/kovidgoyal/kitty/blob/v0.24.0/kitty/options/utils.py#L39-L40 It...

good first issue
hacktoberfest

Please consider [shipping releases](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository), it makes it rather easy to package for Linux outside of vim plugin managers.

Right now things like `color0`...`color15` get highlighted in my editor as spelling mistakes. 😆 syntax match kittyKeyword ... contains=@NoSpell Is the basic syntax, though I'm not sure how you'd want...