nvim/.cspell.json
Evie Litherland-Smith ea722bb23d lspconfig update and cspell config file
Start checking for executable before registering lsp server
Add missing dependencies for direnv, indent_blankline and nvim_neorg
Add standard .cspell.json, make now links it to home directory
2023-06-12 18:59:08 +01:00

8 lines
134 B
JSON

{
"version": "0.2",
"language": "en-GB",
"words": [ "UKAEA" ],
"allowCompoundWords": true,
"useGitignore": true
}