mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-12 14:12:20 +02:00
removed markdown linting
This commit is contained in:
parent
75b6eede2f
commit
36a19452f7
4 changed files with 10 additions and 12 deletions
2
init.lua
2
init.lua
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue