Merge branch 'master' into bankair_custom

This commit is contained in:
Alexandre Ignjatovic 2025-08-21 22:04:29 +02:00 committed by GitHub
commit 7c83a2f155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 232 additions and 194 deletions

View file

@ -51,7 +51,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.opt_local.modifiable:get() then
if vim.bo.modifiable then
lint.try_lint()
end
end,