Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.mkspellmem

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