add flycheck stuff

chenli 2019-01-21 09:52:02 +08:00 committed by Fangrui Song
parent db01996d1d
commit 1233fddf9d

@ -60,6 +60,10 @@ If your project has subprojects, `(projectile-project-root)` may think files in
Read `lsp-project-whitelist lsp-project-blacklist` if you don't want to start ccls for some paths. Read `lsp-project-whitelist lsp-project-blacklist` if you don't want to start ccls for some paths.
#### flycheck
If you are flycheck user, make sure ` (setq-default flycheck-disabled-checkers '(c/c++-clang c/c++-cppcheck c/c++-gcc))`, otherwise wrong error messages may occur.
### Diagnostics ### Diagnostics
* `(lsp--client-capabilities)` LSP workspace is initialized correctly * `(lsp--client-capabilities)` LSP workspace is initialized correctly