nvim-lua/wishlist

Linter/Fixer

Open

#9 opened on 2020年9月8日

GitHub で見る
 (38 comments) (32 reactions) (0 assignees) (0 forks)github user discovery
help wantedidea

Repository metrics

Stars
 (249 stars)
PR merge metrics
 (PR metrics pending)

説明

What? Basically https://github.com/dense-analysis/ale, but only linter and fixer. Other things are already implemented via lsp.

Why? Linting is a thing that runs almost constantly, especially when real time execution is enabled. I believe having it in lua would improve the performance.

Potential existing implementations:

Potential pitfalls: Migrating all linter/fixer implementations that exist in ale, from vimscript to lua. Guess it can be done slowly over time.

I'm not a lua developer, but I can definitely help on this.

コントリビューターガイド