Skip to main content
Module

x/ddc_vim/deps.ts>op.emoji

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

When on all Unicode emoji characters are considered to be full width. This excludes "text emoji" characters, which are normally displayed as single width. Unfortunately there is no good specification for this and it has been determined on trial-and-error basis. Use the |setcellwidths()| function to change the behavior.