aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-02-24 21:48:34 +0000
committergithub-actions <github-actions@github.com>2022-02-24 21:48:34 +0000
commit470569379d708e6c8f33f082497e0374067c6fee (patch)
tree9291fa34668eb1e23f4e4cdbc65bbd75a42b0f8d /doc
parentfix(tailwindcss): add 'htmldjango' to filetypes (#1737) (diff)
downloadnvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.tar
nvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.tar.gz
nvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.tar.bz2
nvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.tar.lz
nvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.tar.xz
nvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.tar.zst
nvim-lspconfig-470569379d708e6c8f33f082497e0374067c6fee.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md8
-rw-r--r--doc/server_configurations.txt8
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 25a900b8..102633e2 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -3023,7 +3023,7 @@ This server accepts configuration via the `settings` key.
- **`java.configuration.workspaceCacheLimit`**: `null|integer`
- Default: `vim.NIL`
+ Default: `90`
The number of days \(if enabled\) to keep unused workspace cache data\. Beyond this limit\, cached workspace data may be removed\.
@@ -3629,6 +3629,10 @@ This server accepts configuration via the `settings` key.
Specifies how to show inline execution results
+- **`julia.execution.saveOnEval`**: `boolean`
+
+ null
+
- **`julia.focusPlotNavigator`**: `boolean`
Whether to automatically show the plot navigator when plotting\.
@@ -7842,7 +7846,7 @@ require'lspconfig'.tailwindcss.setup{}
Default Values:
cmd = { "tailwindcss-language-server", "--stdio" }
- filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "edge", "eelixir", "ejs", "erb", "eruby", "gohtml", "haml", "handlebars", "hbs", "html", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte" }
+ filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "htmldjango", "edge", "eelixir", "ejs", "erb", "eruby", "gohtml", "haml", "handlebars", "hbs", "html", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte" }
init_options = {
userLanguages = {
eelixir = "html-eex",
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 25a900b8..102633e2 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -3023,7 +3023,7 @@ This server accepts configuration via the `settings` key.
- **`java.configuration.workspaceCacheLimit`**: `null|integer`
- Default: `vim.NIL`
+ Default: `90`
The number of days \(if enabled\) to keep unused workspace cache data\. Beyond this limit\, cached workspace data may be removed\.
@@ -3629,6 +3629,10 @@ This server accepts configuration via the `settings` key.
Specifies how to show inline execution results
+- **`julia.execution.saveOnEval`**: `boolean`
+
+ null
+
- **`julia.focusPlotNavigator`**: `boolean`
Whether to automatically show the plot navigator when plotting\.
@@ -7842,7 +7846,7 @@ require'lspconfig'.tailwindcss.setup{}
Default Values:
cmd = { "tailwindcss-language-server", "--stdio" }
- filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "edge", "eelixir", "ejs", "erb", "eruby", "gohtml", "haml", "handlebars", "hbs", "html", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte" }
+ filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "htmldjango", "edge", "eelixir", "ejs", "erb", "eruby", "gohtml", "haml", "handlebars", "hbs", "html", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte" }
init_options = {
userLanguages = {
eelixir = "html-eex",