Skip to main content
Module

x/ddc_vim/deps.ts>op.comments

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.comments
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { comments } = op;

A comma-separated list of strings that can start a comment line. See format-comments. See option-backslash about using backslashes to insert a space.

(default "s1:/,mb:,ex:* /,://,b:#,:%,:XCOMM,n:>,fb:-")

type

LocalOption<string>