Commit graph

63 commits

Author SHA1 Message Date
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
Henrik Lissner
38ea138542
lang/clojure: add README #1166 2020-02-23 16:55:00 -05:00
Henrik Lissner
a65403011e
lang/clojure: add +lsp support 2020-02-23 16:26:10 -05:00
Henrik Lissner
df11f96274
Merge pull request #2500 from yoavm448/develop
Add cdlatex feature in LaTeX
2020-02-11 03:26:01 -05:00
yoavm448
e78beea59c Forgot the 'TODO' for latex in docs/modules 2020-02-10 10:07:59 +02:00
yoavm448
ae9c364f0e Add +latexmk, +cdlatex to docs/modules.org 2020-02-10 09:59:47 +02:00
Henrik Lissner
c5c0a2f25e
Merge pull request #2473 from tchajed/add-fstar-module
Add fstar module
2020-02-09 18:38:31 -05:00
Henrik Lissner
3b192d5f2f
Merge pull request #2503 from sei40kr/dockerfile-lsp
Add LSP support for Dockerfile
2020-02-09 18:38:02 -05:00
Seong Yong-ju
3e253ed67e Add LSP support for Dockerfile 2020-02-09 18:47:05 +09:00
Henrik Lissner
086e945148
Update modules index
+ Remove :app write
+ Move :tools fly{check,spell} to new :checkers {syntax,spell}
+ Remove redundant table
2020-02-06 17:32:43 -05:00
Tej Chajed
34f205c4da
Address issues from code review 2020-02-02 14:10:42 -05:00
Seong Yong-ju
d496f27741 Add LSP support for ESS R 2020-02-01 17:06:15 +09:00
Henrik Lissner
7ff7287df5
Reorganize docs/index, move modules to docs/modules 2020-01-26 05:00:57 -05:00