Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/option/vim/mod.ts>guiligatures

📚 Standard module for denops.vim
Go to Latest
variable guiligatures
import { guiligatures } from "https://deno.land/x/denops_std@v6.5.0/option/vim/mod.ts";

List of ASCII characters that, when combined together, can create more complex shapes. Each character must be a printable ASCII character with a value in the 32-127 range. Example:

:set guiligatures=!\"#$%&()*+-./:<=>?@[]^_{\|~

Changing this option updates screen output immediately. Set it to an empty string to disable ligatures.

(default "")

only for GTK GUI