diff --git a/nvim/init.vim b/nvim/init.vim index 8de130e..04ce78e 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -256,3 +256,8 @@ catch endtry let g:tex_flavor = "latex" autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab + +if has("macunix") + " Required for virtualenvs + let g:python3_host_prog="/usr/local/bin/python3" +endif