mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add helm-lsp package
This commit is contained in:
20
modules/lsp/siren-helm-lsp.el
Normal file
20
modules/lsp/siren-helm-lsp.el
Normal file
@@ -0,0 +1,20 @@
|
||||
;;; siren-helm-lsp.el --- jimeh's Emacs Siren: helm-lsp configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for helm-lsp.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-helm)
|
||||
(require 'siren-lsp)
|
||||
|
||||
(use-package helm-lsp
|
||||
:commands
|
||||
helm-lsp-workspace-symbol
|
||||
helm-lsp-global-workspace-symbol
|
||||
:bind
|
||||
("C-c C-'" . helm-lsp-workspace-symbol))
|
||||
|
||||
(provide 'siren-helm-lsp)
|
||||
;;; siren-helm-lsp.el ends here
|
||||
Reference in New Issue
Block a user