aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-03-09 17:27:42 +0000
committerGithub Actions <actions@github>2020-03-09 17:27:42 +0000
commitcebdd4b4c9965c60534549813a03f4dedc037287 (patch)
tree1914c542826b39fe694219277c723728074af978
parentMerge pull request #149 from h-michael/override-default (diff)
downloadnvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.tar
nvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.tar.gz
nvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.tar.bz2
nvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.tar.lz
nvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.tar.xz
nvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.tar.zst
nvim-lspconfig-cebdd4b4c9965c60534549813a03f4dedc037287.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md
index 1213a296..7e3e0ba5 100644
--- a/README.md
+++ b/README.md
@@ -116,19 +116,6 @@ end
nvim_lsp.foo_lsp.setup{}
```
-### Example: orverride default config
-
-If you want to change default configs for all servers, you can override default_config like this.
-
-```lua
-local nvim_lsp = require'nvim_lsp'
-nvim_lsp.util.default_config = vim.tbl_extend(
- "force",
- nvim_lsp.util.default_config,
- { log_level = lsp.protocol.MessageType.Warning.Error }
-)
-```
-
### Installing a language server
Configs may provide an `install()` function. Then you can use