uncommenting python config in nvim init.vim
This commit is contained in:
parent
a31ea24577
commit
1368e9bdb8
|
@ -8,7 +8,7 @@ Plug 'vim-airline/vim-airline', {'do': ':TSUpdate'}
|
|||
call plug#end()
|
||||
|
||||
" Python plugins, needed for CodeStats
|
||||
" let g:python3_host_prog = '/usr/bin/python'
|
||||
let g:python3_host_prog = '/usr/bin/python'
|
||||
|
||||
" CodeStats
|
||||
let g:codestats_api_key = $CODESTATS_API_KEY
|
||||
|
|
Loading…
Reference in New Issue