nvim/cspell.json
Evie Litherland-Smith 9afe8567fd Add cspell, exclusively use null-ls for formatting
Add cspell extension and initial cspell.json ignore list
Disable formatting in all other language servers, use null-ls
exclusively for finer control over formatters
Add additional formatters
2023-05-17 17:03:02 +01:00

20 lines
267 B
JSON

{
"flagWords": [],
"words": [
"builtins",
"gitsigns",
"autoflake",
"beautysh",
"fixjson",
"fprettify",
"isort",
"nixfmt",
"mdformat",
"nixpkgs",
"shellharden",
"stylua"
],
"version": "0.2",
"language": "en"
}