-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.completeopt = { "menu", "menuone", "noinsert", "noselect" }