mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 01:39:26 +00:00
[neovim] Update plugins
This commit is contained in:
@ -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,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user