diff --git a/options.html b/options.html index 5ecc99a1..38149b07 100644 --- a/options.html +++ b/options.html @@ -12714,30 +12714,6 @@ boolean
Default:
false
Declared by:
-
-
-<nvf/modules/plugins/languages>
-
- |
vim.languages.enableLSP
-
-
-Turn on LSP for enabled languages by default
- -Type: -boolean
- -Default:
-false
Declared by:
@@ -22936,7 +22912,11 @@ one of “relative”, “number”, “relNumber”, “none”
Whether to enable LSP, also enabled automatically through null-ls and lspconfig options. +Whether to enable global LSP functionality for Neovim. This option controls whether to enable LSP functionality within modules under
+ Type: boolean @@ -22950,8 +22930,8 @@ booleanDeclared by:
LSP configurations that will be managed using You may review the generated configuration by running nvf-print-config + LSP configurations that will be managed using You may review the generated configuration by running nvf-print-config in a shell. Please see :help lsp-config for more details on the underlying API. diff --git a/release-notes.html b/release-notes.html index 4dd592d8..1256e183 100644 --- a/release-notes.html +++ b/release-notes.html @@ -93,9 +93,8 @@ found under thepkgs.vimPlugins.nvim-treesitter.builtGramm
Treesitter grammars for supported languages should be enabled within the
module. By default no grammars are installed, thus the following grammars
which do not have a language section are not included anymore: comment,
-toml, make, html, css, graphql, json. |