doomemacs/modules
Henrik Lissner 0b480a6aad
lang/cc: refactor ccls config
1. Unset ccls-sem-highlight-method if lsp-enable-semantic-highlighting
   is nil (perhaps this should be reported upstream).
2. Fix load-order. Take `(use-package X :after Y :config Z)` for
   example. Z will be evaluated after Y loads, not after X loads. To
   customize Z you'd need to do `(after! Y ...)`. This is
   counter-intuitive. By removing `:after Y` and explicitly loading X
   when Y loads in :init, you can customize Z with `(after! X ...)` again.
3. Tie ccls-code-lens-mode to lsp-lens-mode, so lsp-lens-enable is
   respected.
2020-10-13 21:51:11 -04:00
..
app Fix #3389: wrong-type-argument on closing calendar 2020-10-12 03:37:08 -04:00
checkers Bump :checkers 2020-10-11 23:32:51 -04:00
completion Bump company 2020-10-13 21:04:10 -04:00
config
editor Remove redundant evil-collection init code 2020-10-13 00:02:03 -04:00
emacs Bump :emacs 2020-10-11 20:35:31 -04:00
email Bump :email 2020-10-11 23:33:52 -04:00
input
lang lang/cc: refactor ccls config 2020-10-13 21:51:11 -04:00
os
term Bump :term 2020-10-13 01:03:51 -04:00
tools Don't prompt to kill lsp server on cleanup 2020-10-12 17:36:02 -04:00
ui Fix ligature documentation typo 2020-10-09 15:54:10 -04:00