mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-09-20 03:09:09 +00:00
[neovim] Remove yaml-companion and add SchemaStore.nvim
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user