nvim-lua/wishlist

Linter/Fixer

Open

#9 ouverte le 8 sept. 2020

Voir sur GitHub
 (38 commentaires) (32 réactions) (0 assignés) (0 forks)github user discovery
help wantedidea

Métriques du dépôt

Stars
 (249 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur