From 12355b4831dd4260ef4847bbe964746dfe8ee3ed Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 8 Apr 2019 10:43:49 +0200 Subject: [PATCH] Add filetype plugin indent magic to vimrc --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 018ec07..b611bbc 100644 --- a/vimrc +++ b/vimrc @@ -99,6 +99,9 @@ set laststatus=2 set cmdheight=1 set timeoutlen=1200 +" Allow indentation to work in XML files (and possibly others) +filetype plugin indent on + " Clipboard and Copy/Paste things if has('unnamedplus') " Allow copying to and from OS clipboard set clipboard=unnamedplus