소스 검색

Remove duplicate nvim config

Andrew Swistak 6 년 전
부모
커밋
c207c41ee7
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      vimrc

+ 0 - 3
vimrc

@@ -482,9 +482,6 @@ endfunction
 let g:LatexBox_latexmk_async = 1
 let g:LatexBox_latexmk_preview_continuously = 1
 
-let g:python_host_prog = '/bin/python2'
-let g:python3_host_prog = '/bin/python'
-
 " OmniSharp settings are disabled because YCM does it better
 let g:Omnisharp_start_server = 0
 let g:syntastic_cs_checkers = ['code_checker']