Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 644 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 644 Bytes

Introduction

Rust completion for NCM, based on the racer command.

screencast

Requirements

  • Install and config racer

Typical installation instructions:

cargo install racer
rustup component add rust-src

vimrc example

Plug 'roxma/nvim-completion-manager'

" rust
Plug 'rust-lang/rust.vim'
Plug 'racer-rust/vim-racer'
Plug 'roxma/nvim-cm-racer'