mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

Add awk linter #653

Closed fredrikfoss closed 3 weeks ago

fredrikfoss commented 3 weeks ago

This PR adds a awk linter using (g)awk. I'm unsure if it instead should be called gawk, seeing as there are quite a few different AWK interpreters, and it's the gnu one that provides this linting functionality. I don't know about all the others. I saw conform.nvim use awk so I did as well.

Let me know what you think.

mfussenegger commented 3 weeks ago

Thanks. I'm fine with just awk