1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 08:45:00 +08:00

Add support for Elixir.

This commit is contained in:
Kurtis Moxley
2022-05-19 01:31:41 +08:00
parent 9e29fd54b4
commit d26bc75459
89 changed files with 6799 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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