You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/lua/kickstart/plugins
É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>
2 months ago
..
autopairs.lua Move plugin examples from README to optional plugin files (#831) 9 months ago
debug.lua Make debug lazy loadable (#978) 6 months ago
gitsigns.lua Add gitsigns recommended keymaps as an optional plugin (#858) 9 months ago
indent_line.lua rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 11 months ago
lint.lua Disable linting autocmd for readonly buffers (#1202) 2 months ago
neo-tree.lua Enable silent option for default neo-tree plugin keybinding (#1108) 5 months ago