Commit Graph

6 Commits

Author SHA1 Message Date
Juliano Barbosa 7128ca764c feat: update documentation and configuration files for Neovim setup
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-02-22 14:58:55 -03:00
Juliano Barbosa 96dc72136e
Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master 2024-12-30 17:19:56 -03:00
Éric NICOLAS 5ed1bc38dc
Disable linting autocmd for readonly buffers (#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 <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>
2024-10-30 11:41:46 -04:00
Juliano Barbosa a955cce2a9
chore(lint): add linters for dockerfile, json, python, terraform 2024-09-24 11:24:14 -03:00
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 2024-07-21 16:22:44 -04:00
Fredrik Averpil 8e24ca32e3
feat: add linter plugin (#699) 2024-03-18 10:00:48 -04:00