Skip to content

CallOrRet/neovim-docker

Repository files navigation

neovim-docker

Docker Image CI

Built from the Neovim source code, it natively supports both arm64 and amd64 platforms and includes a basic build environment for Neovim plugins.

You need to install the nerd font on the host first, otherwise the icons will not be displayed.

NerdFont

To run for the first time:

docker run --name neovim -d callandret/neovim

Alternatively, if you want to mount your own config and projects:

docker run --name neovim -v my-nvim-config:/root/.config/nvim -v /path/my-projects:/path/my-projects -dit callandret/neovim

Refer to the above example images included from my Neovim config: https://github.com/CallOrRet/neovim-config

Then, whenever you need to use Neovim:

docker exec -it neovim nvim

Or to run a bash shell:

docker exec -it neovim bash

You can also create an alias in your .bashrc or .zshrc:

alias nvim="docker exec -it neovim nvim"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published