mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Update README.md
This commit is contained in:
committed by
mattn
parent
b84cb9d04b
commit
f2fc0920c0
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user