From ed817ece9025a5616e9295536e953032cfee8326 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Tue, 11 Oct 2022 07:28:35 +0200 Subject: [PATCH] vimrc: Add dockerfile definition --- roles/dotfiles/files/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/dotfiles/files/vimrc b/roles/dotfiles/files/vimrc index 8b307f8..2896409 100644 --- a/roles/dotfiles/files/vimrc +++ b/roles/dotfiles/files/vimrc @@ -33,7 +33,8 @@ augroup end augroup sh autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix augroup end - +autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix +autocmd FileType gitcommit :set spell " vim-plug " :PlugInstall to install new one call plug#begin('~/.vim/plugged')