Fix spelling error

Scott Stevenson 2018-09-21 11:47:58 +01:00
parent 35bbdaa8c1
commit a3930383b4

@ -28,7 +28,7 @@ The only required configuration is `ccls-executable`. Others have good defaults.
;; (setq ccls-extra-init-params '(:completion (:detailedLabel t))) ;; (setq ccls-extra-init-params '(:completion (:detailedLabel t)))
``` ```
A more flexibal way is to leave `ccls-executable` unchanged (default: `ccls`) and create a shell wrapper named `ccls` that is in your `PATH`: A more flexible way is to leave `ccls-executable` unchanged (default: `ccls`) and create a shell wrapper named `ccls` that is in your `PATH`:
```zsh ```zsh
#!/bin/zsh #!/bin/zsh
#export CCLS_TRACEME=1 # if you want to debug ccls, stop it right after main() is called #export CCLS_TRACEME=1 # if you want to debug ccls, stop it right after main() is called