1.0.1 • Published 4 years ago

cspell-dict-vimlang v1.0.1

Weekly downloads
145
License
MIT
Repository
github
Last release
4 years ago

Cspell Vim Language Dictionary

Vim Language dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Supports keywords of (Neo)vim

This dictionary is included by default in cSpell.

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-vimlang
cspell-dict-vimlang-link

Uninstall from cspell

cspell-dict-vimlang-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node_modules>/cspell-dict-vimlang/cspell-ext.json"],
    // …
}

Building

I's only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build