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.76k stars 191 forks source link

Add Protolint #593

Closed fredrikaverpil closed 1 month ago

fredrikaverpil commented 1 month ago

Hi @mfussenegger and thanks for this the awesome nvim-lint project! 👋

Here's a simple but functioning implementation for protolint. 😄

This is how I've implemented it locally, and which shows warnings just fine: https://github.com/fredrikaverpil/dotfiles/commit/44fe5b5e560077764a2b2f78b9ca33591f489e24

mfussenegger commented 1 month ago

Thanks