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

3
vimrc
View file

@ -99,6 +99,9 @@ set laststatus=2
set cmdheight=1 set cmdheight=1
set timeoutlen=1200 set timeoutlen=1200
" Allow indentation to work in XML files (and possibly others)
filetype plugin indent on
" Clipboard and Copy/Paste things " Clipboard and Copy/Paste things
if has('unnamedplus') " Allow copying to and from OS clipboard if has('unnamedplus') " Allow copying to and from OS clipboard
set clipboard=unnamedplus set clipboard=unnamedplus