mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-16 07:48:10 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
4b0f97e0bf
4 changed files with 37 additions and 27 deletions
|
@ -50,7 +50,7 @@ return {
|
|||
-- Only run the linter in buffers that you can modify in order to
|
||||
-- avoid superfluous noise, notably within the handy LSP pop-ups that
|
||||
-- describe the hovered symbol using Markdown.
|
||||
if vim.opt_local.modifiable:get() then
|
||||
if vim.bo.modifiable then
|
||||
lint.try_lint()
|
||||
end
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue