Skip to main content
Module

x/ddc_vim/deps.ts>op.spelloptions

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.spelloptions
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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>