feat: first version of the plugin
This first version adds syntax highlighting to .jjdescription files
which are edited with (neo)vim after running |jj describe|. It also sets
adequate options such as setting a maximum line width of 72 characters
and wrapping text automatically.
More syntax highlighting will need to be added in the future.
Change-Id: I40dbf342d511872a05862e44297c153826b930a6
diff --git a/ftdetect/jjdescription.vim b/ftdetect/jjdescription.vim
new file mode 100644
index 0000000..fd1f7a2
--- /dev/null
+++ b/ftdetect/jjdescription.vim
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.jjdescription set filetype=jjdescription