diff --git a/FAQ.md b/FAQ.md index c655421..bba48d9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -362,3 +362,6 @@ ln -s debug/compile_commands.json Note: ccls can serve LSP requests while it is doing the initial indexing of the project. + + +# Be happy. Run Emacs as a native Windows binary, and compile ccls on Ubuntu-20.04 (WSL) with -D_WIN32 set in lsp.cc (top of source file). Put a ccls.bat script with one line in it: "powershell wsl ccls %*". Then add a /wsl$/Ubuntu-20.04 symlink back to /. Enjoy! \ No newline at end of file