vim-log-highlighting icon indicating copy to clipboard operation
vim-log-highlighting copied to clipboard

Add ALE integration

Open MTDL9 opened this issue 5 years ago • 0 comments

Add a custom ALE checker, defined when the plugin is loaded and ALE is installed on the local VIM, that will mark all errors and warnings in the log file (using the error and warning keywords) and populate the location list.

This will allow displaying all the errors and jumping to them quickly using the location list functions/keybindings.

Might require converting the syn keyword definitions used for log levels into configurable variables.

MTDL9 avatar Jul 17 '18 05:07 MTDL9