Skip to main content
Module

x/ddc_vim/deps.ts>op.errorbells

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.errorbells
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { errorbells } = op;

Ring the bell (beep or screen flash) for error messages. This only makes a difference for error messages, the bell will be used always for a lot of errors without a message (e.g., hitting in Normal mode). See 'visualbell' on how to make the bell behave like a beep, screen flash or do nothing. See 'belloff' to finetune when to ring the bell.