cspell-dict-lt-lt
v1.1.1
Published
Lithuanian dictionary for cspell.
Downloads
44
Maintainers
Readme
Cspell Lithuanian Dictionary
Lithuanian dictionary for cspell. Based on ispell-lt package, version 1.3.
This is a pre-built dictionary for use with cspell.
Installation
Global Install and add to cspell global settings.
npm install -g cspell-dict-lt-lt
cspell-dict-lt-lt-link
Uninstall from cspell
cspell-dict-lt-lt-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-lt-lt/cspell-ext.json"],
// …
}
Building
Building is 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
Resources
The Hunspell source for this dictionary can be found:
- https://launchpad.net/ispell-lt
License
MIT
Some packages may have other licenses included.