From e67dcf9eea136f04c17f71da1afee0f341362abf Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 8 Jul 2022 22:12:37 +0800 Subject: Update vim config --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 6ec5036..3dddb93 100644 --- a/.vimrc +++ b/.vimrc @@ -23,6 +23,12 @@ set noerrorbells " use for populating filename in quickfix set errorformat+=%f +" used by nvim and nvim-yarp +let g:python3_host_prog = '/usr/bin/python3' +if has('macunix') + let g:python3_host_prog = '/usr/local/bin/python3' +endif + " Use python3 first if has('python3') elseif has('python') -- cgit v1.2.3