Henrik Lissner
3f5cc4c630
Bump :tools lsp debugger
...
emacs-lsp/dap-mode@8c59b0a -> emacs-lsp/dap-mode@85a6163
emacs-lsp/lsp-mode@0131f1f -> emacs-lsp/lsp-mode@edb8119
realgud/realgud@de31e77 -> realgud/realgud@5b0ed08
tumashu/posframe@b3028b0 -> tumashu/posframe@6d604a7
Also refactors the :tools lsp module. Recent changes upstream have made
a few of our hacks unnecessary (or easier to pull off without advice).
Upstream has also introduced optimizations!
2020-08-06 19:36:22 -04:00
Henrik Lissner
7784c0b6e9
No-op (lsp) if already enabled #3390
...
`lsp-deferred` calls `lsp` and `lsp` seems to do something expensive
whether or not lsp-mode is already active. Over TRAMP, this is much too
expensive, so we no-op lsp-deferred if lsp-mode is already active.
2020-08-02 16:27:09 -04:00
Henrik Lissner
e852ac0469
Re-introduce +lsp-company-backends
...
Not a perfect solution, but it'll do while I figure out a better
solution for set-company-backends!'s inflexibility.
2020-08-01 15:18:02 -04:00
Henrik Lissner
661477f5da
Remove lsp-flycheck-live-reporting setting
...
This variable was removed upstream.
2020-06-24 19:04:47 -04:00
Henrik Lissner
8bf902d5f4
General refactors & reformatting across the board
2020-06-04 20:13:28 -04:00
Henrik Lissner
db25224e18
Fix #3286 : prevent nil flycheck checker
2020-06-04 19:43:20 -04:00
Seong Yong-ju
8ecec82eef
tools/lsp: Make lsp checker chained to other checkers
2020-05-30 23:05:08 +09:00
Gerry Agbobada
6a163fd5c1
[review] create +lsp.el and +eglot.el files
...
This means we can remove a lot of `:unless (featurep! +eglot)`
2020-05-28 11:17:55 +02:00