Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ale - Asynchronous Lint Engine

This layer provides on the fly syntax checking and linting, using

Table of Contents

Install

Add the +checkers/ale layer in your configuration file,

function! Layers()
  " ...
  Layer '+checkers/ale'
  " ...
endfunction

Key Bindings

Key Binding Description
SPC e r Run Ale lint
SPC e l Open the Ale error list (loclist)
SPC e c Close the Ale error list (loclist)
SPC e n Jump to next Ale error
SPC e p Jump to previous Ale error
SPC e f Jump to first Ale error in the file
SPC e F Jump to last Ale error in the file
SPC e d Open Ale detail window (can be closed with q directly in the window)