[vim] Add paths to python venvs to vimrc
This commit is contained in:
		
							parent
							
								
									318f02de92
								
							
						
					
					
						commit
						f03e63c771
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								vimrc
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								vimrc
									
										
									
									
									
								
							|  | @ -8,6 +8,9 @@ let $VIM = $HOME."/.vim" | |||
| set nocompatible        " use enhanced vim features | ||||
| filetype off            " Needs to be off for Vundle to work (?) | ||||
| 
 | ||||
| let g:python_host_prog=$HOME.'/.virtualenvs/neovim/bin/python' | ||||
| let g:python3_host_prog=$HOME.'/.virtualenvs/neovim/bin/python3' | ||||
| 
 | ||||
| " | ||||
| " VUNDLE PLUGINS | ||||
| " | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue