Skip to content

ebfe/vim-racer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-racer

Rust code completion in vim via racer

Installation

When using vim-pathogen simply clone this repository to ~/vim/bundle

git clone https://github.com/ebfe/vim-racer ~/.vim/bundle

Otherwise copy autoload and ftplugin to ~/.vim.

Setup

Usage

  • CTRL-X CTRL-O in insert mode triggers code completion.
  • gd Jumps to the definition of the symbol under the cursor.

Releases

No releases published

Packages

No packages published