Add importMap option to deno Initialization Options (#3827)

* feat(deno): move init options to handlers

* feat(deno): add deno lsp support for js files

* feat(deno): use default map option

* feat(docs): add deno import map option

* feat(deno): add tests for importMap option

* fix(deno): use full path in importMap

* feat(deno): remove deno as linter for js, separate PR

* fix(deno): test for executable

* fix(deno-test): include filename to simplify function
This commit is contained in:
Arnold Chand
2021-07-25 00:39:56 -04:00
committed by GitHub
parent 7d8fb2ba17
commit 8c591996a8
8 changed files with 73 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
Before:
Save g:ale_deno_executable
runtime autoload/ale/handlers/deno.vim
After:
unlet! g:ale_deno_executable
unlet! b:ale_deno_executable
call ale#linter#Reset()