https://github.com/wwcd/nvim-rust
https://github.com/wwcd/nvim-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wwcd/nvim-rust
- Owner: wwcd
- Created: 2022-08-11T05:15:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T12:09:03.000Z (almost 3 years ago)
- Last Synced: 2025-12-25T16:16:35.756Z (5 months ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-rust
requires at least Neovim 0.8.0.
## Features
* :GoRust
## Install
### packer.nvim
```lua
require('nvim-rust').setup({})
```