Cargo compiler support for kakoune
Cargo compiler support for kakoune
Adds syntax highlighting,
Currently requires kakoune-mouvre in order to
support non-wrapping next/previous errors.
Place in autoload/ or use plug.kak.
Place the following in your rc or autoload:
hook -group make-rust global WinSetOption filetype=rust %[
set-option window makecmd cargo
set-option global compiler cargo
]
Hover over an error or warning section and press
Use the commands make-next-error and make-previous error to jump between errors