Skip to main content
Module

x/ddc_vim/deps.ts>op.cinscopedecls

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

Keywords that are interpreted as a C++ scope declaration by cino-g. Useful e.g. for working with the Qt framework that defines additional scope declarations "signals", "public slots" and "private slots":

set cinscopedecls+=signals,public\ slots,private\ slots

(default "public,protected,private")

type

LocalOption<string>