nvim-lua/wishlist

Linter/Fixer

Open

#9 aberto em 8 de set. de 2020

Ver no GitHub
 (38 comments) (32 reactions) (0 assignees) (0 forks)github user discovery
help wantedidea

Métricas do repositório

Stars
 (249 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador