Henrik Lissner
ee1c2b4ef6
Use "Search Project [project]" prompt for file search
...
Perhaps less useful to rg vets, but less scary for beginners. That said,
the default rg arguments aren't particularly interesting or surprising
that they need to be announced.
2021-02-26 21:33:00 -05:00
Henrik Lissner
1274de3d34
Minor reformatting & refactors across the board
2021-02-25 13:59:43 -05:00
Henrik Lissner
3c9b1635ef
Bump :completion
...
DarwinAwardWinner/amx@ccfc92c -> DarwinAwardWinner/amx@b991497
DarwinAwardWinner/ido-completing-read-plus@b9ca256 -> DarwinAwardWinner/ido-completing-read-plus@36a8bb9
Yevgnen/ivy-rich@f8a1f5c -> Yevgnen/ivy-rich@7b9b7b2
abo-abo/swiper@d2891aa -> abo-abo/swiper@1deef76
bbatsov/helm-projectile@2f3a2a0 -> bbatsov/helm-projectile@58123f1
company-mode/company-mode@97cfbc3 -> company-mode/company-mode@88001d7
creichert/ido-vertical-mode.el@5a6e170 -> creichert/ido-vertical-mode.el@b1659e9
emacs-helm/helm@75562ee -> emacs-helm/helm@dbdec63
raxod502/prescient.el@42adc80 -> raxod502/prescient.el@9631db7
sebastiencs/company-box@be37a9a -> sebastiencs/company-box@ec8f446
tumashu/ivy-posframe@83047d4 -> tumashu/ivy-posframe@3132719
tumashu/posframe@efd7ea4 -> tumashu/posframe@3454a4c
yyoncho/helm-icons@dbc5c41 -> yyoncho/helm-icons@5a668ef
2021-02-25 13:59:43 -05:00
Ellis Kenyő
473f4b1e12
Improved Helm module ( #4561 )
...
* Improved Helm module
+ Added README
+ Added posframe
+ Added icons
* Requested changes
* Remove helm-posframe and merge upstream
* Removed redundant line
2021-02-24 11:02:32 -05:00
Henrik Lissner
28b3ad4529
completion/helm: fix +childframe
2021-02-16 11:44:59 -05:00
daanturo
ba02790ba0
Enable ivy-rich-project-root-cache-mode
.
2021-02-08 11:43:17 +07:00
datool
20c6246313
Remap describe-symbol
to counsel-describe-symbol
. ( #4593 )
...
* Remap `describe-symbol` to `counsel-describe-symbol` .
"SPC h o" now uses `counsel-describe-symbol` instead of plain `helpful-symbol` (maybe with completion) to get input.
* Remove counsel-describe-symbol-function change
Co-authored-by: Henrik Lissner <henrik@lissner.net>
2021-01-30 18:24:25 -05:00
JerryChu
b4fbafe451
Fix path separator in msys2
2021-01-21 14:10:14 +08:00
Henrik Lissner
b6d8a98402
Fix +ivy--set-jump-point-maybe-h: wrong-type-argument markerp
2021-01-18 19:59:18 -05:00
Henrik Lissner
b03fdabe4f
Bump posframe
...
tumashu/posframe@e1552c8 -> tumashu/posframe@efd7ea4
Fixes void-function fit-frame-to-buffer-1 errors.
2021-01-13 14:07:47 -05:00
Henrik Lissner
39deb6aedb
Resolve remote path to fd/rg for counsel-find-file
2021-01-08 17:14:27 -05:00
Henrik Lissner
34c5dad750
Add value+docstring columns to doom/help-custom-variable
...
When used with ivy. Also: slight refactor of doom/help-custom-variable.
2021-01-05 19:29:19 -05:00
Henrik Lissner
83d416ae78
Merge pull request #4476 from ejez/fix-company-backends
...
Fix company backends for text and org modes
2021-01-03 18:41:13 -05:00
Henrik Lissner
4e2a473bc0
Bump :completion ivy
...
Yevgnen/ivy-rich@c0a164c -> Yevgnen/ivy-rich@f8a1f5c
abo-abo/swiper@778d8bf -> abo-abo/swiper@d2891aa
raxod502/prescient.el@5d139e5 -> raxod502/prescient.el@42adc80
tumashu/ivy-posframe@08a00b8 -> tumashu/ivy-posframe@83047d4
Closes #4491 : the previous pin broke regex. Using anything other than $
would make the prompt hang. Looks like this pin fixes it.
2021-01-03 18:17:14 -05:00
ejez
2465539e19
Fix company backends for text and org modes
2020-12-25 09:44:18 +03:00
Alois Janíček
8afd8a6ce8
Restore user ability to toggle ivy related hydras
...
There are two hydras that can be opened from ivy interface:
1. `ivy-dispatching-done' (doom key: "C-o", vanilla key: "M-o")
2. `hydra-ivy/body' (doom key: "M-o", vanilla key: "C-o")
Original behavior is that they both can be exited / toggled
by the same key they were opened.
This commit restores the original behaviour but does it without
reverting the decision to swap the "C-o" and "M-o" key bindings.
2020-12-15 00:28:50 +01:00
Alois Janíček
e7696893f4
ivy-read-action-function = ivy-hydra-read-action
...
Use hydra to read user action when calling `ivy-dispatching-done`
2020-12-15 00:10:29 +01:00
Henrik Lissner
65416ff472
Fix #4427 : ivy-read-action-format-function = ivy-read-action-format-columns
...
And remove max-mini-window-height, which interferes with ivy's own
minibuffer resizing logic, and isn't a terribly helpful default anyway.
2020-12-13 15:42:52 -05:00
Henrik Lissner
89db59769d
Re-enable ivy in evil-ex completion
...
Seems its earlier issues are no longer a problem.
2020-12-12 15:56:36 -05:00
Henrik Lissner
765b6dcfca
Unset unused markers
...
In case of overlay leaks.
2020-12-12 15:56:36 -05:00
Henrik Lissner
c4a0174fe2
ivy-read-action-format-function = ivy-hydra-read-action
...
Makes ivy's C-o dispatching commands easier to see.
2020-12-12 15:56:36 -05:00
Henrik Lissner
9137cbaaa4
Bump :completion
...
Yevgnen/ivy-rich@1097013 -> Yevgnen/ivy-rich@c0a164c
abo-abo/swiper@6a22192 -> abo-abo/swiper@778d8bf
company-mode/company-mode@dd92593 -> company-mode/company-mode@97cfbc3
emacs-helm/helm@5ad6c83 -> emacs-helm/helm@75562ee
emacs-jp/helm-c-yasnippet@89cc856 -> emacs-jp/helm-c-yasnippet@28699d9
raxod502/prescient.el@41443e1 -> raxod502/prescient.el@5d139e5
tumashu/ivy-posframe@58ddf8c -> tumashu/ivy-posframe@08a00b8
tumashu/posframe@395aca9 -> tumashu/posframe@e1552c8
2020-12-05 16:57:31 -05:00
Henrik Lissner
a9f57f14ac
Fix #4355 : trigger eldoc after company completions
2020-12-02 17:58:10 -05:00
Stefan Lendl
7b11f67c76
counsel-bookmark use filename only if available
...
fixes #4344
2020-12-01 16:14:49 +01:00
Henrik Lissner
7febca1988
Merge pull request #3414 from Andre0991/add-ivy-avy
...
Add `ivy-avy`
2020-11-27 23:26:08 -05:00
Henrik Lissner
db66b8af31
Omit .git from projectile-find-file & ocunsel-file-jump
2020-11-16 20:10:26 -05:00
Henrik Lissner
51744ce294
Fix #4180 : omit .git from file searches
2020-11-16 20:00:07 -05:00
Henrik Lissner
29d8f44254
Add comments
2020-11-16 19:27:39 -05:00
Henrik Lissner
cfcd010cd6
Revert ivy-magic-slash-non-match-action to nil
2020-11-16 19:26:27 -05:00
Henrik Lissner
44a6c9b2c8
Fix oversized company-box scrollbars
2020-11-16 19:19:43 -05:00
Henrik Lissner
b61096578a
Hide tab-bar line in company-box frames
2020-11-16 19:18:56 -05:00
Henrik Lissner
3bdb9ad6c0
Bump :completion
...
abo-abo/swiper@b65e401 -> abo-abo/swiper@6a22192
company-mode/company-mode@5f5949b -> company-mode/company-mode@dd92593
emacs-helm/helm@19d2ba9 -> emacs-helm/helm@5ad6c83
ericdanan/counsel-projectile@77392cb -> ericdanan/counsel-projectile@06b03c1
lewang/flx@05600ff -> lewang/flx@647cb2f
raxod502/prescient.el@0c5d611 -> raxod502/prescient.el@41443e1
tumashu/ivy-posframe@b4fed55 -> tumashu/ivy-posframe@58ddf8c
tumashu/posframe@5696463 -> tumashu/posframe@395aca9
2020-11-10 18:36:48 -05:00
Ralf Beckmann
4e7ce47825
Demote overly aggressive completion styles
...
Use the Helm completion styles only as a fallback. They match so eagerly
that they disrupt other facilities like company.
2020-11-05 01:41:46 +01:00
Henrik Lissner
41885c4e72
Revert company-idle-delay to package default (0.5)
...
Setting a default for this variable is dangerous. Set it to low and
modes with slow backends will give users the impression that this is
typing latency (they'll suspect something else, likely Doom, before
suspecting their lsp servers or company backends). Set it too high and
users may misinterpret this as latency. Turn it off (set to nil) and
I'll get a dozen "code completion isn't working" bug reports.
I've settled on company's own default of 0.5 (which is twice as slow as
Doom's original default) because responsiveness while typing is more
important (and more frustrating to deal with), but it's still enabled,
so users are more likely to notice it than assume code completion isn't
working.
2020-11-03 16:05:12 -05:00
Henrik Lissner
a904b718f8
Default to showing dotfiles in ripgrep searches
2020-10-24 16:51:56 -04:00
Henrik Lissner
664937a3f3
Bump :completion ido
...
creichert/ido-vertical-mode.el@16c4c1a -> creichert/ido-vertical-mode.el@5a6e170
lewang/flx@17f5c9c -> lewang/flx@647cb2f
2020-10-20 23:25:36 -04:00
Henrik Lissner
bba035a1a2
Fix void-function +ivy-prescient-non-fuzzy in daemon
2020-10-16 23:42:59 -04:00
Henrik Lissner
35185b2175
Split doom-reload-hook into before/after hooks
2020-10-16 22:28:08 -04:00
Henrik Lissner
2e476de446
Fix #1335 : company keymaps losing precedence to evil
2020-10-16 00:28:25 -04:00
Henrik Lissner
15d976142c
Fix #4000 : company-box breaks if frames are deleted
...
Company-box doesn't perform frame-live-p checks before trying to use its
childframes, so any operation that cleans up the current session (like
`SPC TAB x`) would break it.
Should be fixed upstream.
2020-10-15 18:13:42 -04:00
Henrik Lissner
963f96b42f
Bump company
...
company-mode/company-mode@053c50d -> company-mode/company-mode@5f5949b
Fix #4092 , due to company-mode/company-mode#1024
2020-10-14 19:11:37 -04:00
Henrik Lissner
961f551465
Fix #3859 : defhydra+ ignored
2020-10-13 22:18:06 -04:00
Henrik Lissner
57669b4163
Bump company
...
(package! company :pin "8c22b58a01ba5f571bff112fadfc51046473fcc1")
(package! company :pin "053c50d376e65e189a6b170d2fedc7d552a73907")
For company-mode/company-mode#1023
2020-10-13 21:04:10 -04:00
Henrik Lissner
dc50c6bae3
Bump :completion ivy
...
tumashu/ivy-posframe@1e602a7 -> tumashu/ivy-posframe@b4fed55
Fixes #4058 , due to tumashu/ivy-posframe@d16fbb0
2020-10-11 20:36:44 -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
Nick Hackman
64444ac2e7
Fix typo Ivy README.org
...
Removed extraneous `)`.
2020-09-02 18:34:47 -04:00
Henrik Lissner
8024f4edf9
Fix #3215 (again): --path-separator /
...
Use a single slash.
2020-09-01 06:45:04 -04:00
Mike Chen
93795633dd
fix ivy not working well with lsp-ivy-workspace-symbol
...
More details here: emacs-lsp/lsp-ivy#18 (comment)
2020-08-26 15:09:52 +08:00
Henrik Lissner
af35e56abb
Bump :completion
...
+ :completion company
company-mode/company-mode@54f60ef -> company-mode/company-mode@4462e7d
sebastiencs/company-box@20384f0 -> sebastiencs/company-box@d8f71fd
+ :completion helm
emacs-helm/helm@e9a1e53 -> emacs-helm/helm@d2fbf66
2020-08-24 22:27:37 -04:00
Henrik Lissner
a1da1fa82f
Bump :completion ivy
...
tumashu/ivy-posframe@82a63ae -> tumashu/ivy-posframe@4474956
tumashu/ivy-posframe@82a63ae seems to have been removed or force pushed
out of master.
Fixes #3799
2020-08-21 15:49:39 -04:00