Evie Litherland-Smith
9afe8567fd
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
20 lines
267 B
JSON
20 lines
267 B
JSON
{
|
|
"flagWords": [],
|
|
"words": [
|
|
"builtins",
|
|
"gitsigns",
|
|
"autoflake",
|
|
"beautysh",
|
|
"fixjson",
|
|
"fprettify",
|
|
"isort",
|
|
"nixfmt",
|
|
"mdformat",
|
|
"nixpkgs",
|
|
"shellharden",
|
|
"stylua"
|
|
],
|
|
"version": "0.2",
|
|
"language": "en"
|
|
}
|