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

x/ddc_vim/deps.ts>op.mousehide

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

When on, the mouse pointer is hidden when characters are typed. The mouse pointer is restored when the mouse is moved.

(default on)

only works in the GUI

type

GlobalOption<boolean>