disable asyncomplete omnifunc for vue files - fixes cursor jumping problem
This commit is contained in:
		
							parent
							
								
									cb0a98d5a9
								
							
						
					
					
						commit
						a56787d727
					
				| 
						 | 
				
			
			@ -191,7 +191,7 @@ call asyncomplete#register_source(asyncomplete#sources#buffer#get_source_options
 | 
			
		|||
call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
 | 
			
		||||
    \ 'name': 'omni',
 | 
			
		||||
    \ 'whitelist': ['*'],
 | 
			
		||||
    \ 'blacklist': ['c', 'cpp', 'html', 'python'],
 | 
			
		||||
    \ 'blacklist': ['c', 'cpp', 'html', 'python', 'vue'],
 | 
			
		||||
    \ 'priority': -60,
 | 
			
		||||
    \ 'completor': function('asyncomplete#sources#omni#completor')
 | 
			
		||||
    \  }))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue