mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	Explicitly define the omnifunc in vim
This commit is contained in:
		
							
								
								
									
										1
									
								
								.vimrc
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								.vimrc
									
									
									
									
									
								
							@@ -43,6 +43,7 @@ let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
 | 
				
			|||||||
execute "set rtp+=" . g:opamshare . "/merlin/vim"
 | 
					execute "set rtp+=" . g:opamshare . "/merlin/vim"
 | 
				
			||||||
execute "set rtp+=" . g:opamshare . "/vim/syntax/ocp-indent.vim"
 | 
					execute "set rtp+=" . g:opamshare . "/vim/syntax/ocp-indent.vim"
 | 
				
			||||||
let g:syntastic_ocaml_checkers = ['merlin']
 | 
					let g:syntastic_ocaml_checkers = ['merlin']
 | 
				
			||||||
 | 
					set omnifunc=syntaxcomplete#Complete
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" YouCompleteMe python fix
 | 
					" YouCompleteMe python fix
 | 
				
			||||||
let g:ycm_server_python_interpreter = '/usr/bin/python3'
 | 
					let g:ycm_server_python_interpreter = '/usr/bin/python3'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user