mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
08ed282ac84669abbc9c65dd1c43aaf7a96e0de1
ALE - Asynchronous Lint Engine
ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim and Vim 8 while you edit your text files.
ALE makes use of NeoVim and Vim 8 job control functions and timers to run linters on the contents of text buffers and return errors as text is changed in Vim. This allows for displaying warnings and errors in files being edited in Vim before file has been saved back to disk.
NOTE: This Vim plugin has been written pretty quickly so far, and is still in rapid development. Documentation and stable APIs will follow later.
Known Bugs
(None at the moment)
Description
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
autocompletelanguage-server-protocollanguageclientlinterneovim-pluginsyntax-checkervimvim-pluginvim-plugins
Readme
BSD-2-Clause
65 MiB
Languages
Vim Script
94.1%
Lua
2.9%
Shell
2%
Python
0.9%