diff options
author | Arnold Chand <creativenull@outlook.com> | 2023-07-23 21:08:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 10:08:11 +0900 |
commit | 32e1417d985f048c1e0783dec18795173c1b4599 (patch) | |
tree | ec14be26c3a1058ee0b338d0f3c6149708dfd9db /doc | |
parent | 1084152a117e28ed846f19e079f502ec686b6826 (diff) | |
download | ale-32e1417d985f048c1e0783dec18795173c1b4599.zip |
fix(vue): volar v1 support (#4552)
* fix: volar v1 support
* fix: volar linter errors
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-vue.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-vue.txt b/doc/ale-vue.txt index 40106b2b..3f382e4f 100644 --- a/doc/ale-vue.txt +++ b/doc/ale-vue.txt @@ -50,7 +50,7 @@ g:ale_vue_volar_executable *g:ale_vue_volar_executable* g:ale_vue_volar_use_global *g:ale_vue_volar_use_global* *b:ale_vue_volar_use_global* Type: |Number| - Default: `get(g:, 'ale_use_global_executables', 0)` + Default: `1` See |ale-integrations-local-executables| @@ -58,7 +58,7 @@ g:ale_vue_volar_use_global *g:ale_vue_volar_use_global* g:vue_volar_init_options *g:ale_vue_volar_init_options* *b:ale_vue_volar_init_options* Type: |Dictionary| - Default: `{ ... }` + Default: `{ 'typescript': 'tsdk': '' }` Default is too long to show here, take a look at it over `ale_linters/vue/volar.vim` |