All Projects → roxma → nvim-cm-racer

roxma / nvim-cm-racer

Licence: other
Neovim/vim8 completion for rust

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nvim-cm-racer

Rdf.sh
A multi-tool shell script for doing Semantic Web jobs on the command line.
Stars: ✭ 109 (+541.18%)
Mutual labels:  autocompletion
Vim You Autocorrect
Why should smartphones get all the fun?
Stars: ✭ 173 (+917.65%)
Mutual labels:  autocompletion
sphinx.nvim
Sphinx integrations for Neovim
Stars: ✭ 64 (+276.47%)
Mutual labels:  autocompletion
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+705.88%)
Mutual labels:  autocompletion
Glyphfriend
Glyphfriend is a Visual Studio Extension to add previews for various icon/glyph fonts to Visual Studio.
Stars: ✭ 157 (+823.53%)
Mutual labels:  autocompletion
Deep Assoc Completion
A phpstorm plugin for associative array key typing and completion
Stars: ✭ 202 (+1088.24%)
Mutual labels:  autocompletion
React Categorized Tag Input
React.js component for making tag autocompletion inputs with categorized results.
Stars: ✭ 78 (+358.82%)
Mutual labels:  autocompletion
autocomplete-haskell
Atom autocomplete-plus provider for haskell
Stars: ✭ 23 (+35.29%)
Mutual labels:  autocompletion
Modernsearchbar
The famous iOS search bar with auto completion feature implemented.
Stars: ✭ 167 (+882.35%)
Mutual labels:  autocompletion
Coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Stars: ✭ 18,268 (+107358.82%)
Mutual labels:  autocompletion
Cakephp Ide Helper
IDE Helper plugin for CakePHP
Stars: ✭ 138 (+711.76%)
Mutual labels:  autocompletion
Athenacli
AthenaCLI is a CLI tool for AWS Athena service that can do auto-completion and syntax highlighting.
Stars: ✭ 151 (+788.24%)
Mutual labels:  autocompletion
Yarn Completion
Bash completion for Yarn
Stars: ✭ 210 (+1135.29%)
Mutual labels:  autocompletion
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (+558.82%)
Mutual labels:  autocompletion
zsh-yarn-completions
Yarn completions for Z-shell that supports yarn workspaces
Stars: ✭ 35 (+105.88%)
Mutual labels:  autocompletion
Dargs
Enhance any command with dynamic arguments
Stars: ✭ 107 (+529.41%)
Mutual labels:  autocompletion
Orbacle
Program allowing for smart jump-to-definitions, autocompletion, constant renaming and more.
Stars: ✭ 191 (+1023.53%)
Mutual labels:  autocompletion
nvim-config
My neovim config
Stars: ✭ 63 (+270.59%)
Mutual labels:  autocompletion
Sublime-GameMaker-Studio-Language-Bundle
A sublime bundle for GameMaker Language (GML)
Stars: ✭ 32 (+88.24%)
Mutual labels:  autocompletion
Hss
An interactive parallel ssh client featuring autocomplete and asynchronous execution.
Stars: ✭ 248 (+1358.82%)
Mutual labels:  autocompletion

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].