Use global setting for Python highlights

This commit is contained in:
Kenneth Benzie 2017-08-08 13:55:41 +01:00
parent 26aa6ad673
commit dc3bac9b62

View File

@ -24,7 +24,7 @@ setlocal encoding=utf-8
" Set up file format
setlocal fileformat=unix
let python_highlight_all=1
let g:python_highlight_all=1
" Mappings
nnoremap K :YcmCompleter GetDoc<CR>