Include my .vimrc
This commit is contained in:
parent
629e7769ca
commit
9031a06898
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
.git
|
@ -1,5 +1,7 @@
|
|||||||
FROM debian:unstable
|
FROM debian:unstable
|
||||||
|
|
||||||
|
COPY . /
|
||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive &&\
|
RUN export DEBIAN_FRONTEND=noninteractive &&\
|
||||||
apt-get update &&\
|
apt-get update &&\
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
9
root/.vimrc
Normal file
9
root/.vimrc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
set nocompatible
|
||||||
|
filetype on
|
||||||
|
set ignorecase
|
||||||
|
set smartcase
|
||||||
|
set incsearch
|
||||||
|
syntax on
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
set expandtab
|
Loading…
Reference in New Issue
Block a user