Update README.md

This commit is contained in:
Ryuichiroh Ikeuchi
2021-12-12 16:37:53 +09:00
committed by mattn
parent b84cb9d04b
commit f2fc0920c0

View File

@@ -219,6 +219,12 @@ If you don't want to use `import_map.json`, you may put `.vim-lsp-settings/setti
Recommend to add `let g:markdown_fenced_languages = ['ts=typescript']` to your
vimrc for hover(preview) Deno's library.
Note that `deno` language server is specified.
```vim
let g:lsp_settings_filetype_typescript = ['typescript-language-server', 'eslint-language-server', 'deno']
```
### flow (JavaScript)
To use flow, the `.flowconfig` has to be located on the top of project directory.