diff --git a/docs-preview-1101/index.xhtml b/docs-preview-1101/index.xhtml
index a67659a7..befeb0c7 100644
--- a/docs-preview-1101/index.xhtml
+++ b/docs-preview-1101/index.xhtml
@@ -651,10 +651,10 @@ deprecated in newer versions is changed in the plugin’s
depend on a new version, requesting a version bump in the issues section is a
more reliable option.
Table of Contents
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.
C/C++: vim.languages.clang.enable
Typescript/Javascript: vim.languages.ts.enable
Python: vim.languages.python.enable:
Markdown: vim.languages.markdown.enable
Adding support for more languages, and improving support for existing ones are
+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.
C/C++: vim.languages.clang.enable
Typescript/Javascript: vim.languages.ts.enable
Python: vim.languages.python.enable:
Markdown: vim.languages.markdown.enable
Adding support for more languages, and improving support for existing ones are great places where you can contribute with a PR.
One of the strengths of nvf is convenient aliases to quickly configure LSP servers through the Nix module system. By default the LSP packages for relevant language modules will be pulled into the closure. If this is not desirable, you