master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 2ed815894f - Show all commits

View File

@@ -310,7 +310,7 @@ return {
})
-- vim.diagnostic.config({ virtual_text = false })
vim.diagnostic.config({ virtual_text = false, virtual_lines = true })
vim.diagnostic.config({ virtual_text = false, virtual_lines = { only_current_line = true } })
end,
event = 'VeryLazy'
}