commit | b94c5062d52b4bb2416a113fa13d8ef7153094b8 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Oct 26 11:27:57 2024 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Oct 26 13:05:14 2024 +0200 |
tree | 82555e50677374cdca71200260a068a7f11532c9 | |
parent | ca14325202f3cd894d01ba833451017624249222 [diff] |
fix: add syntax highlighting for diff summary lines labeled as "copied" Change-Id: I5efad48213f041938a064625a707a65980b3522d
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.
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'
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.