From 1233fddf9d5ffd3983babefe7ec5a4bcdda75f68 Mon Sep 17 00:00:00 2001 From: chenli Date: Mon, 21 Jan 2019 09:52:02 +0800 Subject: [PATCH] add flycheck stuff --- lsp-mode.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lsp-mode.md b/lsp-mode.md index e0a5b9c..2ac3619 100644 --- a/lsp-mode.md +++ b/lsp-mode.md @@ -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. + +#### 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 * `(lsp--client-capabilities)` LSP workspace is initialized correctly