18 lines
612 B
EmacsLisp
18 lines
612 B
EmacsLisp
(define-package "lsp-ui" "20230811.552" "UI modules for lsp-mode"
|
|
'((emacs "27.1")
|
|
(dash "2.18.0")
|
|
(lsp-mode "6.0")
|
|
(markdown-mode "2.3"))
|
|
:commit "0dd39900c8ed8145d207985cb2f65cedd1ffb410" :authors
|
|
'(("Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song" . "i@maskray.me"))
|
|
:maintainers
|
|
'(("Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song" . "i@maskray.me"))
|
|
:maintainer
|
|
'("Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song" . "i@maskray.me")
|
|
:keywords
|
|
'("languages" "tools")
|
|
:url "https://github.com/emacs-lsp/lsp-ui")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|