From f119298d10063d733e32d1c23462e0dbea37c768 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 24 Aug 2025 23:43:54 +0200 Subject: [PATCH 1/2] docs: fix formatting --- docs/release-notes/rl-0.8.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 7c92ee80..041266f0 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -515,10 +515,12 @@ [Morsicus](https://github.com/Morsicus): -- Add [EEx Treesitter Grammar](https://github.com/connorlay/tree-sitter-eex) for Elixir -- Add [HEEx Treesitter Grammar](https://github.com/phoenixframework/tree-sitter-heex) for Elixir +- Add [EEx Treesitter Grammar](https://github.com/connorlay/tree-sitter-eex) for + Elixir +- Add + [HEEx Treesitter Grammar](https://github.com/phoenixframework/tree-sitter-heex) + for Elixir [diced](https://github.com/diced): - Fixed `typescript` treesitter grammar not being included by default. - From c390d28c8aab3e3f572fbbe24f4e106573f54df0 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 24 Aug 2025 23:58:05 +0200 Subject: [PATCH 2/2] docs: remove outdated mention of null-ls --- docs/manual/configuring/languages.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/configuring/languages.md b/docs/manual/configuring/languages.md index 252163fb..57380d8c 100644 --- a/docs/manual/configuring/languages.md +++ b/docs/manual/configuring/languages.md @@ -1,10 +1,10 @@ # Language Support {#ch-languages} Language specific support means there is a combination of language specific -plugins, `treesitter` support, `nvim-lspconfig` language servers, and `null-ls` -integration. This gets you capabilities ranging from autocompletion to -formatting to diagnostics. The following languages have sections under the -`vim.languages` attribute. +plugins, `treesitter` support, `nvim-lspconfig` language servers, `conform-nvim` +formatters, and `nvim-lint` linter integration. This gets you capabilities +ranging from autocompletion to formatting to diagnostics. The following +languages have sections under the `vim.languages` attribute. - Rust: [vim.languages.rust.enable](#opt-vim.languages.rust.enable) - Nix: [vim.languages.nix.enable](#opt-vim.languages.nix.enable)