| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace vim.opt with vim.o (#1495) | Ori Perry | 2025-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Replace vim.opt with vim.o Because it offers a nicer interface and info on hover. For now leave vim.opt when using the table interface (until vim.o with tables is implemented) * Add type hint for vim.opt.rtp * Add a comment about using vim.opt instead of vim.o | ||||
| * | Disable linting autocmd for readonly buffers (#1202) | Éric NICOLAS | 2024-10-30 | 1 | -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 Kuson | 2024-07-21 | 1 | -1/+1 |
| | | |||||
| * | feat: add linter plugin (#699) | Fredrik Averpil | 2024-03-18 | 1 | -0/+55 |