Popularity
2.2
Growing
Activity
0.0
Stable
57
4
11

Programming language: Vim Script
License: MIT License
Tags: Development Tools     IDEs     Vim    
Latest version: v0.0.2

vim-cargo alternatives and similar packages

Based on the "Vim" category.
Alternatively, view vim-cargo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of vim-cargo or a related project?

Add another 'Vim' Package

README

Vim Cargo

Simple vim command bindings to quickly run cargo stuff from vim.

Commands Available, mapping with their Cargo equivalant:

  • CargoBench
  • CargoBuild
  • CargoClean
  • CargoDoc
  • CargoNew
  • CargoRun
  • CargoTest
  • CargoUpdate

Installation

It's recommended to use a plugin manager to manage your vim plugins. A few examples:

Vundle

Plugin 'timonv/vim-cargo'

Plug

Plug 'timonv/vim-cargo'

NeoBundle

NeoBundle 'timonv/vim-cargo'

Usage

Simply run one of the commands. By default it just delegates to cargo.

You can overwrite g:cargo_command to, for instance, support dispatch:

let g:cargo_command = "Dispatch cargo {cmd}"

Contribute

  • Fork
  • Code
  • Test
  • Pull-request