feature/jump: remove gxref + commented out ggtags config
This commit is contained in:
parent
48539dacbc
commit
e8b9c7dba7
2 changed files with 0 additions and 32 deletions
|
@ -104,28 +104,3 @@ properties:
|
|||
((featurep! :completion helm) 'helm)
|
||||
(t 'popup))))
|
||||
|
||||
|
||||
(def-package! gxref
|
||||
:commands (gxref-xref-backend
|
||||
gxref-create-db
|
||||
gxref-update-db
|
||||
gxref-single-update-db
|
||||
gxref-set-project-dir)
|
||||
:init
|
||||
(setq-default xref-backend-functions '(gxref-xref-backend t)))
|
||||
|
||||
|
||||
;; (def-package! ggtags
|
||||
;; :commands (ggtags-find-tag-dwim
|
||||
;; ggtags-find-tag-mouse
|
||||
;; ggtags-find-definition
|
||||
;; ggtags-find-reference
|
||||
;; ggtags-find-other-symbol
|
||||
;; ggtags-find-tag-regexp
|
||||
;; ggtags-idutils-query
|
||||
;; ggtags-grep
|
||||
;; ggtags-find-file
|
||||
;; ggtags-query-replace
|
||||
;; ggtags-delete-tags
|
||||
;; ggtags-explain-tags))
|
||||
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
;;; feature/jump/packages.el
|
||||
|
||||
(package! dumb-jump)
|
||||
(package! gxref)
|
||||
;; (package! ggtags)
|
||||
;; (cond ((featurep! :completion ivy)
|
||||
;; (package! counsel-gtags))
|
||||
;; ((featurep! :completion helm)
|
||||
;; (package! helm-gtags)))
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-xref))
|
||||
(when (featurep! :completion helm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue