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@v2.3.0/deps.ts";
const { cursorline } = op;

{not available when compiled without the |+syntax| feature} 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.