Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharksforarms/neovim-rust
Sample neovim and vim configurations for Rust development
https://github.com/sharksforarms/neovim-rust
lsp neovim rust rustlang vim
Last synced: about 1 month ago
JSON representation
Sample neovim and vim configurations for Rust development
- Host: GitHub
- URL: https://github.com/sharksforarms/neovim-rust
- Owner: sharksforarms
- Created: 2020-09-21T05:16:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T16:19:37.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T20:41:29.851Z (about 1 month ago)
- Topics: lsp, neovim, rust, rustlang, vim
- Language: Vim Script
- Homepage:
- Size: 62.5 KB
- Stars: 307
- Watchers: 12
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim-rust
Collection of Neovim and Vim configurations to kickstart your
Rust development experience.# Examples
Each example provides `Prerequisites` and `Steps` as comments at the top of
each file.The only maintained file is `neovim-init-lsp-cmp-rust-tools.lua`, other examples are in `./unmaintained/`
# Try for yourself!
Each example can be tested with the provided Dockerfile! This allows you to
test a configuration without changing your system. The Dockerfile
provides all the dependencies required to run each setup.See the `run.sh` script for details. This will start a docker instance and run `PlugInstall`.
For example, `./run.sh ./neovim-init-lsp-cmp-rust-tools.lua` to test this configuration.
Once in the container, navigate to `~/test_app` to try the configuration on some rust code.