diff --git a/README.md b/README.md index 94ea3b1..ac7153d 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,19 @@ this Flake. ## Features -- **`home-manager`** — Defines the user environment -- **`flake-parts`** — Makes the Flake modular and reusable -- **`sops`** — Encrypts secrets -- **`treefmt`** (with Helix integration) — Automatically formats this repository - when modifying it, with features to check the flake for formatting consistency -- **Language Server Protocol (LSP)** — Has language servers for file formats - used in this repository; integrates with Helix text editor and fully managed - by Nix with each language's configuration in its own file -- **AI** — Uses Nix home-manager integrations for Codex and `aichat` for - querying Large Language Models (LLMs) in the CLI and in Git repositories -- **Language tools** — Checks for grammatical and styling issues using Vale, +- **`home-manager`**: Defines the user environment. +- **`flake-parts`**: Makes the Flake modular and reusable. +- **`sops`**: Encrypts secrets. +- **`treefmt`** (with Helix integration): Automatically formats this repository + when modifying it, with features to check the flake for formatting + consistency. +- **Language Server Protocol (LSP)**: Has language servers for file formats used + in this repository; integrates with Helix text editor and fully managed by Nix + with each language's configuration in its own file. +- **AI**: Uses Nix home-manager integrations for Codex and `aichat` for querying + Large Language Models (LLMs) in the CLI and in Git repositories. +- **Language tools**: Checks for grammatical and styling issues using Vale, Harper, LTeX, and Typos, centralizing the custom dictionary for these tools in - the Nix configuration -- **Git pre-commit hooks** — Lints the files before making a commit, both with - programming and natural languages + the Nix configuration. +- **Git pre-commit hooks**: Lints the files before making a commit, both with + programming and natural languages. diff --git a/languages/en-us.nix b/languages/en-us.nix index a4a9336..18797b9 100644 --- a/languages/en-us.nix +++ b/languages/en-us.nix @@ -67,7 +67,6 @@ in # https://ltex-plus.github.io/ltex-plus/supported-languages.html ltex-ls-plus = { command = "${pkgs.ltex-ls-plus}/bin/ltex-ls-plus"; - # TODO: ltex.enabled-rules, additionalRules.languageModel config.ltex = { dictionary.en-US = dictionary; additionalRules.enablePickyRules = true;