18 lines
507 B
EmacsLisp
18 lines
507 B
EmacsLisp
|
(define-package "helm-lsp" "20210419.2014" "LSP helm integration"
|
||
|
'((emacs "25.1")
|
||
|
(dash "2.14.1")
|
||
|
(lsp-mode "5.0")
|
||
|
(helm "2.0"))
|
||
|
:commit "c2c6974dadfac459b1a69a1217441283874cea92" :authors
|
||
|
'(("Ivan Yonchovski" . "yyoncho@gmail.com"))
|
||
|
:maintainers
|
||
|
'(("Ivan Yonchovski" . "yyoncho@gmail.com"))
|
||
|
:maintainer
|
||
|
'("Ivan Yonchovski" . "yyoncho@gmail.com")
|
||
|
:keywords
|
||
|
'("languages" "debug")
|
||
|
:url "https://github.com/yyoncho/helm-lsp")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|