nvimdev / guard.nvim

async fast minimalist plugin make format easy in neovim
MIT License
448 stars 24 forks source link

Why linter cannot be defined without `args` like formatter? #127

Closed UnderCooled closed 9 months ago

UnderCooled commented 9 months ago

https://github.com/nvimdev/guard.nvim/blob/e87172655706f0bbc299121cc29428734fa4ac07/lua/guard/lint.lua#L26

lint.args = lint.args or {}