lintplus
lintplus copied to clipboard
Feature Request - Realtime linting without saving
An option for the above
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()
Wait, does this work if I put it in init.lua
?
@VarLad Not yet, I was just making a little sketch of what the API may look like :stuck_out_tongue: