mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
parent
84e1df3ce2
commit
fe027b4a59
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue