0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs: update kakoune LSP example configuration (#9989)

Fixes #9988
This commit is contained in:
louix 2021-04-04 01:09:19 +01:00 committed by GitHub
parent 84e1df3ce2
commit fe027b4a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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