import { op } from "https://deno.land/x/ddc_vim@v4.0.2/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