Skip to content

niuez/niuez_nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim(HEAD) on docker

/nvim_builder

Docker Hub - niuez/nvim_builder is available. Build neovim from source(HEAD). You can try built neovim on this image.

MEMO: image size 148MB with debian:bullseye

/ccls_example

Example using nvim_builder for neovim on gcc11.2.0 docker image with

docker build -t nvim_ccls ccls_example

# if you edit a single .cpp file, you should create .ccls(ccls config file)
touch .ccls

docker run -it --rm -v "$PWD":/content nvim_ccls 1.cpp

screenshot

TODO

  • push nvim_builder to docker Hub to use FROM nvim_builder as builder

About

docker image for my nvim environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published