Skip to main content
Module

x/ddc_vim/deps.ts>op.langremap

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.langremap
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>