summaryrefslogtreecommitdiffstats
path: root/nvim/lua/kickstart/plugins/lint.lua
Commit message (Collapse)AuthorAgeFilesLines
* Disable linting autocmd for readonly buffers (#1202)Éric NICOLAS2024-10-301-1/+6
| | | | | | | | | | | | | | | | | | * Disable linting autocmd for readonly buffers This should avoid linting in buffers outside of the user's control, having in mind especially the handy LSP pop-ups that describe your hovered symbol using markdown. Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com> * Justify guarding try_lint in readonly buffers Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com> --------- Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
* Remove redundant require (#959)Tom Kuson2024-07-211-1/+1
|
* feat: add linter plugin (#699)Fredrik Averpil2024-03-181-0/+55