This repository contains a personal Vim configuration using nixvim
. It can be executed as a Nix flake or within a Docker container.
The preferred method to install this vim is via nix profile (there is no need to clone the repo)
nix profile install github:EthanJamesLew/elew-vim
Execute:
nix run .
First, ensure the Docker image is built:
nix build .#dockerImage
docker load < result
Run the image on the current directory
docker run -v $PWD:/workspace -w /workspace -it elew-vim:latest