Skip to main content
Module

x/ddc_vim/deps.ts>op.errorbells

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.errorbells
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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 <Esc> 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.

(default off)

type

GlobalOption<boolean>