Commit Graph

5 Commits (245dc8aae7babf98d14861e071a40b7a063f8114)

Author SHA1 Message Date
Alexander 7470b4d60b Merge remote-tracking branch 'upstream/master'
Éric NICOLAS 5ed1bc38dc
Disable linting autocmd for readonly buffers ()
* Disable linting autocmd for readonly buffers

This should avoid linting in buffers outside of the user's control,
having in mind especially the handy LSP pop-ups that describe your
hovered symbol using markdown.

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>

* Justify guarding try_lint in readonly buffers

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>

---------

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
Alexander Kabolov b174df8a59 Mystuff
Tom Kuson 1cdf6fb377
Remove redundant require ()
Fredrik Averpil 8e24ca32e3
feat: add linter plugin ()