mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 00:10:02 +02:00
Merge remote-tracking branch 'upstream/master' into feat/merge-kickstart
This commit is contained in:
commit
bb6f652cd8
7 changed files with 233 additions and 209 deletions
|
@ -55,7 +55,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