refactor: reorganize with some changes the docker images and manage.sh

This commit is contained in:
Andrey Antukh 2019-06-03 16:53:31 +02:00
parent 3b648f5aa5
commit a2c41cf9a7
20 changed files with 321 additions and 198 deletions

26
docker/devenv/files/vimrc Executable file
View file

@ -0,0 +1,26 @@
set nocompatible
set bs=2
set ts=4
set tw=1000000000
set expandtab
set tabstop=8
set softtabstop=4
set shiftwidth=4
filetype indent off
filetype plugin on
syntax on
set autoindent
set showmatch
set showmode
set mousehide
set nowrapscan
set hlsearch
set incsearch
set fileencoding=utf8
set encoding=utf8