added gopls for golang autofill
This commit is contained in:
		
							parent
							
								
									a817ed36a4
								
							
						
					
					
						commit
						8cd514fdf5
					
				| 
						 | 
				
			
			@ -1,2 +1,9 @@
 | 
			
		|||
compiler go
 | 
			
		||||
noremap <buffer> <space> :silent make <bar> redraw
 | 
			
		||||
 | 
			
		||||
let g:ale_linters = {
 | 
			
		||||
            \    'go': ['gopls'],
 | 
			
		||||
            \}
 | 
			
		||||
 | 
			
		||||
" let g:ale_completion_enabled = 1
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue