dotfiles/vim/plugins/vim-elixir-master/docker-compose.yml
Jeff Clement 931e9d4aee
mise++
2025-03-08 20:32:06 -07:00

16 lines
305 B
YAML

version: "2"
services:
vim:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/root/vim-elixir
working_dir: /root/vim-elixir
nvim:
build:
context: .
dockerfile: Dockerfile.nvim
volumes:
- .:/root/vim-elixir
working_dir: /root/vim-elixir