diff options
| author | github-actions <github-actions@github.com> | 2022-11-24 10:06:32 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-11-24 10:06:32 +0000 |
| commit | d005193b6476088ff032607baca07b1bbbeb36ee (patch) | |
| tree | 9aeee07c29753164bbcf69d70d3ee59134186689 | |
| parent | Add more ESLint options (#2254) (diff) | |
| download | nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.tar nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.tar.gz nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.tar.bz2 nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.tar.lz nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.tar.xz nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.tar.zst nvim-lspconfig-d005193b6476088ff032607baca07b1bbbeb36ee.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 6 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 0e75131f..5f920117 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -2105,10 +2105,16 @@ require'lspconfig'.eslint.setup{} enable = false, mode = "all" }, + experimental = { + useFlatConfig = false + }, format = true, nodePath = "", onIgnoredFiles = "off", packageManager = "npm", + problems = { + shortenToSingleLine = false + }, quiet = false, rulesCustomizations = {}, run = "onType", diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 0e75131f..5f920117 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -2105,10 +2105,16 @@ require'lspconfig'.eslint.setup{} enable = false, mode = "all" }, + experimental = { + useFlatConfig = false + }, format = true, nodePath = "", onIgnoredFiles = "off", packageManager = "npm", + problems = { + shortenToSingleLine = false + }, quiet = false, rulesCustomizations = {}, run = "onType", |
