Add filetype plugin indent magic to vimrc
This commit is contained in:
parent
92daf8b59c
commit
12355b4831
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue