bind plist -> xml

This commit is contained in:
Spotlight 2018-09-21 17:37:53 -05:00
parent 5b32a4f4e0
commit 7b29477072
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

3
vimrc
View file

@ -10,5 +10,8 @@ set softtabstop=0 noexpandtab
set shiftwidth=2
set tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab
" custom filetypes
autocmd BufNewFile,BufRead *.plist set syntax=xml
" vim-airline
let g:airline_powerline_fonts = 1