Skip to main content
Module

x/ddc_vim/deps.ts>op.mkspellmem

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

{not available when compiled without the |+syntax| feature} Parameters for |:mkspell|. This tunes when to start compressing the word tree. Compression can be slow when there are many words, but it's needed to avoid running out of memory. The amount of memory used per word depends very much on how similar the words are, that's why this tuning is complicated.