Skip to main content
Module

x/ddc_vim/deps.ts>op.spelloptions

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.spelloptions
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { spelloptions } = op;

A comma-separated list of options for spell checking: camel When a word is CamelCased, assume "Cased" is a separate word: every upper-case character in a word that comes after a lower case character indicates the start of a new word.

(default "")

not available when compiled without the +syntax feature

type

LocalOption<string>