emacs: Deactivate custom lsp actions
This commit is contained in:
parent
7a8e29c90e
commit
eb99c26416
1 changed files with 5 additions and 5 deletions
|
|
@ -121,11 +121,11 @@
|
|||
|
||||
;; will define elisp functions for the given lsp code actions, prefixing the
|
||||
;; given function names with "lsp"
|
||||
(lsp-make-interactive-code-action wingman-fill-hole "refactor.wingman.fillHole")
|
||||
(lsp-make-interactive-code-action wingman-case-split "refactor.wingman.caseSplit")
|
||||
(lsp-make-interactive-code-action wingman-refine "refactor.wingman.refine")
|
||||
(lsp-make-interactive-code-action wingman-split-func-args "refactor.wingman.spltFuncArgs")
|
||||
(lsp-make-interactive-code-action wingman-use-constructor "refactor.wingman.useConstructor")
|
||||
;;(lsp-make-interactive-code-action wingman-fill-hole "refactor.wingman.fillHole")
|
||||
;;(lsp-make-interactive-code-action wingman-case-split "refactor.wingman.caseSplit")
|
||||
;;(lsp-make-interactive-code-action wingman-refine "refactor.wingman.refine")
|
||||
;;(lsp-make-interactive-code-action wingman-split-func-args "refactor.wingman.spltFuncArgs")
|
||||
;;(lsp-make-interactive-code-action wingman-use-constructor "refactor.wingman.useConstructor")
|
||||
|
||||
;; example key bindings
|
||||
;; (define-key haskell-mode-map (kbd "C-c d") #'lsp-wingman-case-split)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue