aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index d0bc300e..c39cf218 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -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