Files
doomemacs/modules/tools
Henrik Lissner a9ca62070c tools/lsp: reduce lsp's self-configuring eagerness
The original `lsp' initializes too much, too quickly. Things like
flycheck, company, and yasnippet. Doom's modules already handle these
just fine, so we advice it to leave it to us to handle. I intentionally
avoid disabling lsp-auto-configure because doing so is much more
destructive than I'd like.

This update prevents lsp-ui-mode from being auto-enabled on lsp-mode.
You can now (remove-hook 'lsp-mode-hook #'lsp-ui-mode) to disable
lsp-ui.

This update also adds these two hooks:

+ +lsp|init-company (on `lsp-mode-hook')
+ +lsp|init-ui-flycheck-or-flymake (on `lsp-ui-mode-hook')
2019-06-29 01:36:24 +02:00
..
2019-04-24 18:16:04 -04:00
2019-04-05 03:16:37 -04:00
2019-05-05 19:17:02 -03:00
2019-04-24 18:16:04 -04:00
2019-06-26 14:31:06 +02:00
2019-06-26 14:31:06 +02:00
2019-04-24 18:16:04 -04:00
2019-06-26 14:31:06 +02:00
2019-06-26 14:31:06 +02:00
2019-04-07 16:06:52 -04:00
2019-04-24 18:16:04 -04:00