diff options
author | louix <28579246+louix@users.noreply.github.com> | 2021-04-04 01:09:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 10:09:19 +1000 |
commit | fe027b4a5930f6afd6e2436ae14504eb099e5d84 (patch) | |
tree | b8e9e9ab0eaebe172a21a171e770c6e0c97a0c3f /docs/getting_started | |
parent | 84e1df3ce22d6ffdaa8e7acd724c0abfee3eed90 (diff) |
docs: update kakoune LSP example configuration (#9989)
Fixes #9988
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index b7fdc0397..ab397ee18 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -206,6 +206,10 @@ filetypes = ["typescript", "javascript"] roots = [".git"] command = "deno" args = ["lsp"] + +[language.deno.initialization_options] +enable = true +lint = true ``` ##### Example for Vim/Neovim |