From 2c8ff9500ee51bb8dea5996de350f10046ba7c67 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 24 Aug 2025 22:29:11 +0000 Subject: [PATCH] Deploy PR #1101 preview --- docs-preview-1101/index.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

Language Support

Table of Contents

LSP Custom Packages/Command

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.

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.

Adding support for more languages, and improving support for existing ones are great places where you can contribute with a PR.

LSP Custom Packages/Command

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