You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable linting autocmd for readonly buffers (nvim-lua#1202)
* 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 <[email protected]>
* Justify guarding try_lint in readonly buffers
Co-authored-by: Robin Gruyters <[email protected]>
---------
Co-authored-by: Robin Gruyters <[email protected]>
0 commit comments