Skip to main content
Module

x/ddc_vim/deps.ts>op.cursorline

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

Highlight the text line of the cursor with CursorLine hl-CursorLine. Useful to easily spot the cursor. Will make screen redrawing slower. When Visual mode is active the highlighting isn't used to make it easier to see the selected text.

(default off)

not available when compiled without the +syntax feature

type

LocalOption<boolean>