Improved plugin doc strings

This commit is contained in:
Tom MacWright 2025-02-20 10:06:26 -05:00
parent f3e37a1f83
commit dc09ba53fb
No known key found for this signature in database
GPG key ID: CEBC26A37F3D1D9F
6 changed files with 19 additions and 6 deletions

View file

@ -1,4 +1,6 @@
return {
-- Asynchronously calls language-specific linter tools and reports
-- their results via the `vim.diagnostic` module.
{
"mfussenegger/nvim-lint",
event = "LazyFile",