1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 22:09:25 +00:00

[neovim] Update plugins

This commit is contained in:
2025-02-27 19:19:36 +01:00
parent 5f595edeb1
commit 40310a71e5
2 changed files with 18 additions and 18 deletions

View File

@ -18,6 +18,7 @@ require("blink.cmp").setup({
documentation = {
auto_show = true,
auto_show_delay_ms = 200,
window = { border = "single" },
},
menu = {
-- don't show completion menu automatically when searching
@ -45,7 +46,6 @@ require("blink.cmp").setup({
score_offset = 100,
async = true,
opts = {
kind = "IA",
max_completions = 3,
},
},