fix: trimming down config and updating stylua

This commit is contained in:
TJ DeVries
2026-01-27 12:00:56 -05:00
parent 8c6b78c770
commit 7e54a4c5c8
5 changed files with 36 additions and 117 deletions

View File

@@ -50,9 +50,7 @@ return {
-- Only run the linter in buffers that you can modify in order to
-- avoid superfluous noise, notably within the handy LSP pop-ups that
-- describe the hovered symbol using Markdown.
if vim.bo.modifiable then
lint.try_lint()
end
if vim.bo.modifiable then lint.try_lint() end
end,
})
end,