mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
brotzeit/rustic@9939691 -> brotzeit/rustic@373f5a1 emacs-lsp/lsp-mode@2e6b748 -> emacs-lsp/lsp-mode@6a94356
12 lines
364 B
EmacsLisp
12 lines
364 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/lsp/packages.el
|
|
|
|
(package! lsp-mode :pin "6a943561e2")
|
|
(package! lsp-ui :pin "c99ba09c30")
|
|
(when (featurep! :completion company)
|
|
(package! company-lsp :pin "f921ffa0cd"))
|
|
(when (featurep! :completion ivy)
|
|
(package! lsp-ivy :pin "78c1429c62"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-lsp :pin "6f62659cc5"))
|