mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
* fix comment
* fix indent
* support diagnostics in a floating window
* doc: add g:lsp_diagnostics_float_{cursor,delay}
* fix vint errors except unused variables
* suppress vint unused variable errors
* lint: use robust operator
11 lines
187 B
YAML
11 lines
187 B
YAML
cmdargs:
|
|
severity: style_problem
|
|
|
|
policies:
|
|
ProhibitUnusedVariable:
|
|
enabled: false
|
|
ProhibitImplicitScopeVariable:
|
|
enabled: true
|
|
ProhibitNoAbortFunction:
|
|
enabled: true
|