"local configuration for vim to be used with vim-localvimrc
"https://github.com/embear/vim-localvimrc
"
"Just `ln -s contrib/lvimrc .lvimrc` to enable these settings or just use it
"as a base for you own lvimrc
:setlocal expandtab
:setlocal shiftwidth=4
:setlocal softtabstop=4
:let g:ycm_extra_conf_globlist = [g:localvimrc_script_dir.'/.ycm_extra_conf.py']
