diff options
| -rw-r--r-- | nvim/.config/nvim/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index ece2cf4..f9c439f 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -231,7 +231,7 @@ require("lazy").setup({ ---@diagnostic disable-next-line: missing-fields opts = { -- delay between pressing a key and opening which-key (milliseconds) - delay = 0, + delay = 500, icons = { mappings = vim.g.have_nerd_font, keys = vim.g.have_nerd_font and {} or { @@ -746,7 +746,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 }, menu = { auto_show = false }, }, |
