Gerry Agbobada
cec81ac2cc
Add ccls-specific configuration
...
Most of these changes come from MaskRay's private configuration found
here :
c078dfad34/home/.config/doom/modules/private/my-cc/config.el
- Limit ccls threads to be maximum half the available core count on
Linux and MacOS
- Add wrappers to call ccls LSP extensions
- Enable ccls-code-lens-mode
- Set initial state to emacs when navigating ccls-tree
- Use 'font-lock for semantic highlighting, making the speed choice
according to variable's docstring
- config tweaks to eglot
InitializationOptions aren't handled this way. An example of handling
ccls init options is provided on joaotavora/eglot#545 , hoping that a fix
gets merged upstream instead of having to handle ccls specifics in Doom
only
2020-10-10 20:44:52 +02:00
Henrik Lissner
f6aa50e1bc
Load dap-mode after lsp-mode manually
...
:after complicates use-package load-order of its keywords, making it
difficult for users to guess how to remove the dap-tooltip-mode :hook.
We'll just do it ourselves.
2020-10-10 13:50:57 -04:00
Álan Crístoffer
329c69e88c
Bump :lang latex
...
jwiegley/auctex@59e251c -> jwiegley/auctex@9e7406c
iyefrat/evil-tex@06234c9 -> iyefrat/evil-tex@a3b6875
iyefrat/evil-tex#3 fixes selection/navigation in LaTeX files which are not the root document and makes section regex-matching more strict, to avoid partial matching.
2020-10-10 09:13:33 -03:00
Henrik Lissner
88f20cc54c
Bump :lang ocaml
...
ocaml-ppx/ocamlformat@cd0eaa8 -> ocaml-ppx/ocamlformat@1dec6c3
ocaml/dune@daea74e -> ocaml/dune@f967df6
ocaml/merlin@3751cbf -> ocaml/merlin@06833e9
Closes #4068 . Includes fix for ocaml-ppx/ocamlformat#1481
2020-10-10 02:31:32 -04:00
Henrik Lissner
7ca9807213
Merge pull request #4064 from rickyson96/develop
...
lang/ledger: Add doctor.el for :lang ledger
2020-10-10 02:30:30 -04:00
Brian McGillion
404a856f37
Bump :tools biblio
...
tmalsburg/helm-bibtex@b14b628 -> tmalsburg/helm-bibtex@12f8809
Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-10-10 07:40:45 +04:00
Bryan Gilbert
89f709f4a4
Fix ligature documentation typo
...
Fixes 4061
2020-10-09 15:54:10 -04:00
Ricky Anderson
2f1be297f2
Add doctor.el for :lang ledger
2020-10-10 02:22:18 +07:00
Henrik Lissner
1757dd1700
Bump :editor evil
...
emacs-evil/evil@1e7aa5b -> emacs-evil/evil@373a57e
redguardtoo/evil-nerd-commenter@87734b9 -> redguardtoo/evil-nerd-commenter@b670f69
emacs-evil/evil-collection@c136589 -> emacs-evil/evil-collection@a21725f
2020-10-09 04:41:45 -04:00
Henrik Lissner
11faeae9a6
Bump :tools lsp
...
emacs-lsp/lsp-mode@9a79593 -> emacs-lsp/lsp-mode@65034e1
Fixes "LSP :: Error from the Language Server: Request
textDocument/codeAction failed with message: Cannot read property
'codeActions' of undefined (Internal Error)" error with lsp-vetur
2020-10-09 03:56:03 -04:00
Henrik Lissner
0062c03ede
tools/lsp: apply after changing gcmh-high-cons-threshold
2020-10-08 23:43:12 -04:00
Henrik Lissner
77646c5f42
Merge pull request #3994 from akirabaruah/fix-ispell-default-dict
...
checkers/spell: fix default ispell dict
2020-10-08 14:01:04 -04:00
Henrik Lissner
c2704dc6e6
Merge pull request #3810 from samwdp/develop
...
Add +powershell to lang/sh module
2020-10-08 13:56:59 -04:00
Henrik Lissner
c5605e9de5
Bump :completion
...
abo-abo/swiper@9bb6841 -> abo-abo/swiper@b65e401
company-mode/company-mode@4462e7d -> company-mode/company-mode@8c22b58
emacs-helm/helm@d2fbf66 -> emacs-helm/helm@19d2ba9
lewang/flx@17f5c9c -> lewang/flx@05600ff
raxod502/prescient.el@cc289ba -> raxod502/prescient.el@0c5d611
sebastiencs/company-box@d8f71fd -> sebastiencs/company-box@be37a9a
tumashu/ivy-posframe@4474956 -> tumashu/ivy-posframe@1e602a7
tumashu/posframe@7b92a54 -> tumashu/posframe@5696463
Fix #4013 due to company-mode/company-mode#1020
2020-10-07 21:51:10 -04:00
Sam Precious
2d9c4012c0
added defet for lazy loading and fixed indentation
2020-10-07 17:47:34 +01:00
Henrik Lissner
d807a7513d
Merge pull request #3907 from mlavaert/develop
...
Added warning for clang-format in doom doctor.
2020-10-06 17:16:37 -04:00
Henrik Lissner
8284f1035b
Fix fill-column toggle for vanilla users
2020-10-06 14:28:48 -04:00
Henrik Lissner
dbe09f9b43
Fix #4043 : correctly load org-msg-mode for mu4e
2020-10-06 14:19:37 -04:00
Henrik Lissner
8afba81b02
Fix #4037 : persp-mode failure at daemon startup
...
Due to upstream changes.
2020-10-06 14:19:36 -04:00
Henrik Lissner
729e8d8f39
Fix #4035 : fill-column toggle
2020-10-06 14:19:36 -04:00
Henrik Lissner
2f57386aa0
Merge pull request #4044 from galagora/develop
...
Add `json-mode` keybindings under the local leader
2020-10-06 14:04:14 -04:00
galagora
1d90a6a7cd
Add json-mode
keybindings
2020-10-06 19:52:02 +03:00
Mathias Lavaert
7bff813fc3
Only check when formatting feature is enabled.
2020-10-06 17:38:10 +02:00
Itai Y. Efrat
558277f523
update idris module to new format
...
also add witty comment
2020-10-06 13:53:32 +03:00
Sam Precious
7c5fe3cf30
Completed PR changes
2020-10-06 08:34:15 +01:00
Sam Precious
f9884cc068
Added powershell flag to sh
2020-10-06 08:30:28 +01:00
Henrik Lissner
0feacd4ce4
Merge pull request #4032 from gagbo/feature/bepo-ace-window
...
Feature/bepo ace window
2020-10-06 00:20:17 -04:00
Gerry Agbobada
d44c5863c7
Map evil-window-map to C-é
...
And add a comment about nobreak-char-display seemingly not working with
pgtk on wayland
2020-10-06 03:07:28 +02:00
Henrik Lissner
64922dd301
Merge pull request #3896 from chzerv/develop
...
Fix installation instructions for Archlinux in direnv/README.org
2020-10-05 21:06:52 -04:00
Henrik Lissner
426e3c6aa6
Merge pull request #3920 from asymmetric/aspell-tex-config
...
modules/checkers/spell: remove tex option
2020-10-05 21:04:12 -04:00
Henrik Lissner
30428c9c78
Merge pull request #3954 from ericdallo/bump-dart
...
Bump dart module and improve keybindings
2020-10-05 21:02:01 -04:00
Gerry Agbobada
15d1626d9b
Revert "[bepo] Map ace window to <leader>éé (from ww)"
...
This reverts commit f403a05d70
.
2020-10-06 02:57:07 +02:00
Henrik Lissner
7baeb20ac9
Refactor set-electric! #4031
2020-10-05 20:55:09 -04:00
Henrik Lissner
81f325f169
Bump :ui doom
...
hlissner/emacs-solaire-mode@d751c1c -> hlissner/emacs-solaire-mode@c697925
Fix #4023
2020-10-05 20:55:09 -04:00
Eric Dallo
172e2dbc6b
Bump :lang dart
...
emacs-lsp/lsp-dart@9036e4b -> emacs-lsp/lsp-dart@c1ff5ce
ericdallo/hover.el@079efb1 -> ericdallo/hover.el@e213f2b
2020-10-05 20:01:39 -03:00
Eric Dallo
2e0a9e0d02
:lang dart: add +flutter keybindings
2020-10-05 19:59:04 -03:00
Gerry Agbobada
f403a05d70
[bepo] Map ace window to <leader>éé (from ww)
2020-10-06 00:02:23 +02:00
Henrik Lissner
ab3237fe82
Merge pull request #4002 from NotUnlikeTheWaves/fix-portal2-quit-message
...
Add missing 'the' in Portal 2 quit message
2020-10-05 17:31:05 -04:00
Henrik Lissner
2d99b2cd93
Merge pull request #3982 from rushsteve1/develop
...
Improve fill-column module for Emacs 27+
2020-10-05 17:29:56 -04:00
Henrik Lissner
1a8cd64751
Merge pull request #3976 from bixuanzju/develop
...
Bump :lang haskell
2020-10-05 17:28:03 -04:00
Henrik Lissner
447fa34eb2
Merge pull request #3928 from acristoffers/patch-1
...
Bump :tools lsp
2020-10-05 17:26:48 -04:00
Henrik Lissner
07b2883bc3
lang/nix: add popup rule for nixos-options-doc
2020-10-05 17:10:57 -04:00
Henrik Lissner
3f4eaec1af
Fix void-variable bb error when saving workspace
2020-10-05 16:35:58 -04:00
Henrik Lissner
c94ea8e4b1
Fix #4028 : window-dividers not reset
2020-10-05 16:04:13 -04:00
Henrik Lissner
0e7d5b5490
Fix #4027 : tab not invoking emmet at EOB
2020-10-05 16:04:13 -04:00
Steven vanZyl
3f28411f64
Use delegate function
...
As suggested by Henrik I changed it to use a delegate function, which reduces
code duplication and makes things cleaner
2020-10-05 10:14:54 -04:00
Henrik Lissner
67c1e7c3f9
Bump :ui
...
Alexander-Miller/treemacs@027e03b -> Alexander-Miller/treemacs@6c00fe7
Bad-ptr/persp-mode.el@14325c1 -> Bad-ptr/persp-mode.el@c132efe
DarthFennec/highlight-indent-guides@a4f7714 -> DarthFennec/highlight-indent-guides@cf352c8
dimitri/switch-window@8710f63 -> dimitri/switch-window@277706b
ema2159/centaur-tabs@7e0332b -> ema2159/centaur-tabs@5453317
emacs-straight/minimap@d8850be -> emacs-straight/minimap@37a0200
hlissner/emacs-doom-themes@24023de -> hlissner/emacs-doom-themes@d6ee47d
hlissner/emacs-solaire-mode@cd63b67 -> hlissner/emacs-solaire-mode@d751c1c
jabranham/mixed-pitch@1cad46f -> jabranham/mixed-pitch@d305108
seagle0128/doom-modeline@ffbaaee -> seagle0128/doom-modeline@538017a
Fix #4023
2020-10-05 10:14:54 -04:00
Steven vanZyl
f96b2310df
Add keybinding to toggle fill column indicator
...
Added a keybinding to the Toggles menu to toggle the fill column indicator if
the `fill-column` module is enabled. The keybind is `SPC t c`.
Suggested by lunik1 on Discord
2020-10-05 10:14:54 -04:00
Steven vanZyl
5eb03ae45b
Change fill-column conditionals to use macro
...
The conditionals in the `fill-column` module used the raw version number, this
commit changes them to use the macro provided by DOOM.
Suggested by @gagbo
2020-10-05 10:14:54 -04:00
Steven vanZyl
7daa3aaae9
Improve fill-column module for 27
...
Emacs 27 introduced `display-fill-column-indicator-mode` which replaces
`hl-fill-column`. This commit adds some conditionals to use
`display-fill-column-indicator-mode` on Emacs 27+, or falls back to
`hl-fill-column-mode` on older versions.
2020-10-05 10:14:54 -04:00