commit | ca14325202f3cd894d01ba833451017624249222 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Tue Jan 30 23:52:47 2024 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed May 29 00:51:00 2024 +0200 |
tree | 04c528be81253f2fe731dd99f23561754a692447 | |
parent | c9bf9f849ead3961ae38ab33f68306996e64c6e8 [diff] |
Add GitHub PR template This template directs contributors to submit the contribution to the Gerrit instance, which is the source of truth (GitHub is just a mirror). Change-Id: I4f234c96e269d3ba054b6d3905ceff0291990e68
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.