1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 18:39:27 +00:00

[neovim] Refactor

This commit is contained in:
2025-02-21 16:24:32 +01:00
parent b8fcf02379
commit 8d7675acf4
8 changed files with 67 additions and 38 deletions

View File

@ -15,6 +15,10 @@ require("blink.cmp").setup({
enabled = false,
},
},
documentation = {
auto_show = true,
auto_show_delay_ms = 200,
},
menu = {
-- don't show completion menu automatically when searching
auto_show = function(ctx)