yasenn / nvim-rust-docker

Nvim-based IDE for rust development in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-rust-docker

Nvim-based IDE for rust development in Docker

Demo

TODO: Asciinema link

Usage/Examples

vimrust <filename.rs>

Features

  • Alpine-based docker
  • Edit files
  • Build rust projects inside Docker
  • Linux-only
  • Batteries included:
    • fd
    • shellcheck
    • shfmt
    • bat
    • fzf
    • ripgrep
    • skim

Deployment

TODO: To deploy this project run

  make deploy

Run Locally

Clone the project

  git clone https://github.com/yasenn/nvim-rust-docker

Go to the project directory

  cd nvim-rust-docker

Build the Docker image

  make build

Run IDE

./nvim-rust <filename.rs>

Documentation

TODO

Acknowledgements

Thanks for the idea from their project casonadams/nvim-container: neovim in a container with coc all setup to work with rust and python.

About

Nvim-based IDE for rust development in Docker

License:MIT License


Languages

Language:Vim Script 76.1%Language:Makefile 14.2%Language:Dockerfile 9.4%Language:Shell 0.3%