Add filetype plugin indent magic to vimrc

This commit is contained in:
Talia 2019-04-08 10:43:49 +02:00
parent 92daf8b59c
commit 12355b4831
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -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