1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

nim and python: version multiplexer support added

This commit is contained in:
TiynGER
2020-12-09 00:53:43 +01:00
parent 7bed363ef2
commit 4ab061e59b
2 changed files with 8 additions and 1 deletions

View File

@@ -309,3 +309,7 @@ autocmd BufEnter,FileType python set colorcolumn=80
set background=dark
colorscheme codedark
highlight colorcolumn guibg=#772222
" python
let g:python_host_prog = "/usr/bin/python2"
let g:python3_host_prog = "/usr/bin/python3"