diff options
| author | Github Actions <actions@github> | 2020-03-09 17:27:42 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-03-09 17:27:42 +0000 |
| commit | cebdd4b4c9965c60534549813a03f4dedc037287 (patch) | |
| tree | 1914c542826b39fe694219277c723728074af978 | |
| parent | Merge pull request #149 from h-michael/override-default (diff) | |
| download | nvim-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.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |
