This commit is contained in:
2016-06-11 18:20:29 +01:00
+7 -4
View File
@@ -1,10 +1,10 @@
" Vim settings
let g:python_host_prog='/Users/samuelperry/.pyenv/shims/python'
let g:python3_host_prog = '/Users/samuelperry/.pyenv/shims/python3'
" Find the filepath to the currently active pyenv pythons and use these as the
" python programs.
let g:python_host_prog=system("pyenv which python | xargs echo -n")
let g:python3_host_prog=system("pyenv which python3 | xargs echo -n")
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=/usr/local/Cellar/fzf/HEAD
call plug#begin()
function! DoRemote(arg)
@@ -212,8 +212,11 @@ let g:indentLine_enabled = 0
" Set to the dark solarized colour scheme
colorscheme solarized
set background=dark
let g:solarized_termtrans = 1
let g:solarized_termcolors=16
let g:solarized_visibility="high"
let g:solarized_contrast = "high"
hi Visual term=reverse cterm=reverse guibg=Grey
set t_Co=16
" ====================================