Skip to content

krornus/kakoune-cargo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

kakoune-cargo

Cargo compiler support for kakoune Adds syntax highlighting, on errors/warnings to jump to file, and supports make-(next|previous)-error

Install

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
]

Usage

Hover over an error or warning section and press to jump to the given file/line/column entry Use the commands make-next-error and make-previous error to jump between errors

Releases

No releases published

Packages

No packages published