Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.cursorlineopt

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

{not available when compiled without the |+syntax| feature} Comma separated list of settings for how 'cursorline' is displayed. Valid values: "line" Highlight the text line of the cursor with CursorLine |hl-CursorLine|. "screenline" Highlight only the screen line of the cursor with CursorLine |hl-CursorLine|. "number" Highlight the line number of the cursor with CursorLineNr |hl-CursorLineNr|.