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.langremap

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

When off, setting 'langmap' does not apply to characters resulting from a mapping. This basically means, if you noticed that setting 'langmap' disables some of your mappings, try resetting this option. This option defaults to on for backwards compatibility. Set it off if that works for you to avoid mappings to break.

(default on, set to off in defaults.vim)

only available when compiled with the +langmap feature

type

GlobalOption<boolean>