mirror of
https://github.com/amix/vimrc
synced 2025-09-15 00:24:59 +08:00
Add support for Elixir.
This commit is contained in:
5
sources_non_forked/vim-elixir/Dockerfile
Normal file
5
sources_non_forked/vim-elixir/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt-get update && apt-get install -yf vim
|
||||
|
||||
COPY test.vimrc /root/.vimrc
|
Reference in New Issue
Block a user