11 lines
364 B
EmacsLisp
11 lines
364 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/lsp/packages.el
|
|
|
|
(package! lsp-mode :pin "91e37a61f4")
|
|
(package! lsp-ui :pin "cf6906cc45")
|
|
(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"))
|