Skip to content

ybettan/cnvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

cnvim

Setup

Add the following alias to use cnvim with Podman:

alias cnvim='eval "podman run -it --rm -v /home/ybettan/go/src/github.com/cnvim/nvim:/root/.config/nvim:z -v /home/ybettan/.local/share/nvim:/root/.local/share/nvim:z -v /home/ybettan/go/bin:/root/go/bin:z -v /home/ybettan/go/pkg:/root/go/pkg:z -v /home/ybettan/.config/github-copilot/apps.json:/root/.config/github-copilot/apps.json -v $(pwd):/mnt quay.io/ybettan/cnvim:latest"'

If you change the Dockerfile, Run the following commands to rebuild cnvim:

podman build -t quay.io/ybettan/cnvim:latest .
podman push quay.io/ybettan/cnvim:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published