/norminette-ale

vim ALE implementation of 42 norminette v3

Primary LanguageVim Script

norminette-ale

vim ALE implementation of norminette.

Usage

You must install norminette first.

And then, move scripts to your plugin directory.

If you use vim-plug, you just need to run

bash install.sh

enable norminette.

let g:ale_linters['c'] = ['norminette']
let g:ale_linters['cpp'] = ['norminette']

Enjoy coding!

Screenshot