项目作者: krornus

项目描述 :
Cargo compiler support for kakoune
高级语言:
项目地址: git://github.com/krornus/kakoune-cargo.git
创建时间: 2019-01-02T21:19:00Z
项目社区:https://github.com/krornus/kakoune-cargo

开源协议:

下载


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:

  1. hook -group make-rust global WinSetOption filetype=rust %[
  2. set-option window makecmd cargo
  3. set-option global compiler cargo
  4. ]

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