diff options
| author | Github Actions <actions@github> | 2021-02-20 17:46:53 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-02-20 17:46:53 +0000 |
| commit | 4c9bc888db10fdd862ee17941227bec30ff1f7cf (patch) | |
| tree | 9fc7d762ee82bbc58d4def88295a65fb72d586d0 | |
| parent | Merge pull request #744 from kitagry/add-denols-functions (diff) | |
| download | nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.tar nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.tar.gz nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.tar.bz2 nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.tar.lz nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.tar.xz nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.tar.zst nvim-lspconfig-4c9bc888db10fdd862ee17941227bec30ff1f7cf.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1010,10 +1010,14 @@ Deno's built-in language server require'lspconfig'.denols.setup{} Commands: + - DenolsCache: Cache a module and all of its dependencies. Default Values: cmd = { "deno", "lsp" } filetypes = { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx" } + handlers = { + ["textDocument/definition"] = <function 1> + } init_options = { enable = true, lint = false, @@ -4601,6 +4605,12 @@ This server accepts configuration via the `settings` key. null +- **`lua.runtime.fileEncoding`**: `enum { "utf8", "ansi" }` + + Default: `"utf8"` + + null + </details> ```lua |
