removed markdown linting

This commit is contained in:
adollar 2025-07-05 12:29:20 +01:00
parent 75b6eede2f
commit 36a19452f7
4 changed files with 10 additions and 12 deletions

View file

@ -284,7 +284,7 @@ require('lazy').setup({
completion = {
-- By default, you may press `<c-space>` to show the documentation.
-- Optionally, set `auto_show = true` to show the documentation after a delay.
documentation = { auto_show = false, auto_show_delay_ms = 500 },
documentation = { auto_show = true, auto_show_delay_ms = 500 },
},
sources = {