doomemacs/modules
Sebastian Sturm 998dccd8fe Modernize lsp-mode integration
* switch the company-backend used by lsp-mode from company-lsp to
company-capf (said to provide better performance and allows us to remove
the dependency on company-lsp)

* when available (on recent builds of Emacs 27+), lsp-mode buffers will
now use a larger than default value of `read-process-output-max`.
According to the lsp-mode performance guide, this can also significantly
improve lsp-mode performance

* flycheck support recently moved into lsp proper; with this commit,
the lsp module follows suit and prefers lsp-flycheck over
lsp-ui-flycheck

* if the new module flag `+no-peek` is set, doom-emacs will now use the xref
backend for reference and definition lookup instead of the lsp-ui-peek-*
backend offered by lsp-ui-mode
2020-02-28 10:45:25 +01:00
..
app Don't throw error if elfeed org file does not exist 2020-02-18 00:20:35 -05:00
checkers Enable flyspell in git-commit-mode 2020-02-13 18:09:09 +08:00
completion Abort company popups when entering normal mode 2020-02-20 20:30:43 -05:00
config Remove Fuco1/smartparens#963 workaround 2020-02-21 23:20:43 -05:00
editor Bump to emacs-evil/evil@810eaf6 2020-02-22 13:11:07 -05:00
emacs Bump to rmuslimov/browse-at-remote@aeee6bf 2020-02-09 19:01:36 -05:00
email Remove redundant evil-set-initial-state 2020-02-09 18:44:41 -05:00
input Fix #2373: bring back package pinning 2020-01-25 19:02:00 -05:00
lang Revert cb86fd046c (restore macrostep-expand) 2020-02-22 18:43:25 -05:00
term General refactor & reformatting across the board 2020-02-18 22:56:47 -05:00
tools Modernize lsp-mode integration 2020-02-28 10:45:25 +01:00
ui Revert aw-keys to default if +numbers is enabled 2020-02-22 20:40:03 -05:00