Thanks for deciding to contribute to codi.vim!
Please follow the issue template.
It's helpful to use g:codi#raw and g:codi#log to get an idea of what the
output looks like. Once you know how to implement the interpreter
configuration, please add it to s:codi_default_interpreters in
autoload/codi/load.vim. Finally, please add relevant documentation to the
following places:
README.md:- Line after "Languages with built-in support:"
- Line after "Default interpreter dependencies:"
doc/codi.txt:- Table in codi-interpreters-defaults
Follow existing conventions (e.g. style and configuration access patterns) and
add relevant documentation in doc/codi.txt.