Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(vim-lsp): enable buildOnSave option
It seems to me that enabling this option gives better error detection. For example, this code returns no diagnostics (errors in LSP lexic) if buildOnSave is false: ``` package main func main() { xxx } ``` While the `undefined: xxx` is part of the diagnostics when buildOnSave is true.
- Loading branch information