mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
8 lines
160 B
EmacsLisp
8 lines
160 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/lsp/packages.el
|
|
|
|
(package! lsp-mode)
|
|
(package! lsp-ui)
|
|
(when (featurep! :completion company)
|
|
(package! company-lsp))
|