Move some of the linting configuration into util.
Then use vim.g.linting_enabled to store state (naybe).
This could also be treated as its own plugin, but in this repo.
With both of these changes (and #93) I should be able to decouple the toggle linting keymap from the config function.
Move some of the linting configuration into util.
Then use
vim.g.linting_enabledto store state (naybe).This could also be treated as its own plugin, but in this repo.
With both of these changes (and #93) I should be able to decouple the toggle linting keymap from the config function.