Plugin which adds syntax highlighting to .jjdescription files in Vim.

Clone this repo:

Branches

  1. c9bf9f8 docs: add screenshot to readme by Adrià Vilanova Martínez · 3 months ago main
  2. 60b712e feat: first version of the plugin by Adrià Vilanova Martínez · 3 months ago
  3. 44ff116 feat: initial commit by Adrià Vilanova Martínez · 3 months ago

.jjdescription files plugin for Vim

This plugin adds syntax highlighting and some sensible options for .jjdescription files. These are temporary files created by JJ and opened in your configured editor when you run jj describe, so you can write a description for your change.

Screenshot showing the syntax highlighting

Installation

Use your favorite plugin manager to install the avm99963/vim-jjdescription plugin. For instance, with vim-plug you should add the following to the appropriate section in your .vimrc:

Plug 'avm99963/vim-jjdescription'

Credits

This plugin is based on the native syntax highlighting and ftplugin for gitcommit, which is the format of the analogous temporary files used by Git. This is the reason why this plugin is licensed with the Vim license.