added movement to previous and next errors and warning via ALE
I wonder why
This commit is contained in:
		
							parent
							
								
									d769b5d15f
								
							
						
					
					
						commit
						4546c12a74
					
				| 
						 | 
					@ -277,6 +277,10 @@ let g:ale_fixers = {
 | 
				
			||||||
let g:ale_fix_on_save = 1
 | 
					let g:ale_fix_on_save = 1
 | 
				
			||||||
let g:ale_disable_lsp = 'auto'
 | 
					let g:ale_disable_lsp = 'auto'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Go to previous and next warning and error via ALE
 | 
				
			||||||
 | 
					nmap <silent> <C-k> <Plug>(ale_previous_wrap)
 | 
				
			||||||
 | 
					nmap <silent> <C-j> <Plug>(ale_next_wrap)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 | 
					""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 | 
				
			||||||
"
 | 
					"
 | 
				
			||||||
" undotree
 | 
					" undotree
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue