1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-20 03:09:09 +00:00

[neovim] Replace yaml-companion with schemastore.nvim

This commit is contained in:
2025-09-19 19:23:18 +02:00
parent d090709d1c
commit 61a1cd6430
7 changed files with 42 additions and 30 deletions

View File

@@ -22,9 +22,9 @@ require("blink.cmp").setup({
window = { border = "single" },
},
menu = {
-- don't show completion menu automatically when searching
auto_show = function(ctx)
return ctx.mode ~= "cmdline" or not vim.tbl_contains({ "/", "?" }, vim.fn.getcmdtype())
return vim.fn.getcmdtype() == ":"
end,
border = "single",