We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An option for the above
The text was updated successfully, but these errors were encountered:
Some linters aren't really fast enough for this, so I'd make this a per-linter setting.
local config = require "core.config" local lintplus = require "plugins.lintplus" config.lint = {} config.lint.realtime_delay = 100 -- ms config.lint.realtime_linters = { luacheck = true } lintplus.setup.enable_realtime()
Sorry, something went wrong.
Wait, does this work if I put it in init.lua?
init.lua
@VarLad Not yet, I was just making a little sketch of what the API may look like 😛
No branches or pull requests
An option for the above
The text was updated successfully, but these errors were encountered: