18 lines
613 B
EmacsLisp
18 lines
613 B
EmacsLisp
|
(define-package "lsp-ui" "20230116.2024" "UI modules for lsp-mode"
|
||
|
'((emacs "26.1")
|
||
|
(dash "2.18.0")
|
||
|
(lsp-mode "6.0")
|
||
|
(markdown-mode "2.3"))
|
||
|
:commit "295d8984da06a745b0a36c56e28ce915bc389adb" :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:
|