{ ... }:
{
  text = ''
    vim.opt.hlsearch   = true
    vim.opt.ignorecase = true
    vim.opt.incsearch  = true
    vim.opt.showmatch  = true
    vim.opt.smartcase  = true
  '';
}