mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-30 22:55:30 +08:00
Fix 4025 - Allow to configure texlab LSP settings (#4027)
* Fix 4025 - Allow to configure texlab LSP settings * Fix ale_tex_texlab_config type in help
This commit is contained in:
@@ -28,3 +28,8 @@ Execute(The options should be configurable):
|
||||
let b:ale_tex_texlab_options = '-v'
|
||||
|
||||
AssertLinter 'texlab', ale#Escape('texlab') . ' ' . b:ale_tex_texlab_options
|
||||
|
||||
Execute(Should accpet configuration settings):
|
||||
AssertLSPConfig {}
|
||||
let b:ale_tex_texlab_config = {'build':{'onSave':v:true}}
|
||||
AssertLSPConfig {'build':{'onSave':v:true}}
|
||||
|
||||
Reference in New Issue
Block a user