Disable lenses globally, fix key binding conflict
This commit is contained in:
parent
013f936f69
commit
719693bc5b
4 changed files with 6 additions and 4 deletions
3
init.el
3
init.el
|
|
@ -80,7 +80,8 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(safe-local-variable-values
|
'(safe-local-variable-values
|
||||||
'((lsp-lens-enable)
|
'((lsp-lens-mode)
|
||||||
|
(lsp-lens-enable)
|
||||||
(cider-shadow-default-options . ":app")
|
(cider-shadow-default-options . ":app")
|
||||||
(cider-preferred-build-tool . lein)
|
(cider-preferred-build-tool . lein)
|
||||||
(cider-shadow-default-options . "app")
|
(cider-shadow-default-options . "app")
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
^────────────────────────────────────────────────────────────────────────────────
|
^────────────────────────────────────────────────────────────────────────────────
|
||||||
^ _c_: Toggle comment _y_: Snippet _s_: Swiper
|
^ _c_: Toggle comment _y_: Snippet _s_: Swiper
|
||||||
^ _r_: Replace _m_: Any (Company) _u_: Undo tree
|
^ _r_: Replace _m_: Any (Company) _u_: Undo tree
|
||||||
^ _i_: Indent
|
^ _i_: Indent^^ _d_: Dash
|
||||||
^ _a_: Align
|
^ _a_: Align
|
||||||
^
|
^
|
||||||
"
|
"
|
||||||
|
|
@ -71,6 +71,7 @@
|
||||||
("i" indent-region)
|
("i" indent-region)
|
||||||
("a" align-regexp)
|
("a" align-regexp)
|
||||||
("s" swiper)
|
("s" swiper)
|
||||||
|
("d" dash-at-point)
|
||||||
|
|
||||||
("u" undo-tree-visualize)
|
("u" undo-tree-visualize)
|
||||||
("y" company-yasnippet)
|
("y" company-yasnippet)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
lsp-prefer-capf t
|
lsp-prefer-capf t
|
||||||
lsp-completion-provider :capf
|
lsp-completion-provider :capf
|
||||||
lsp-server-trace nil
|
lsp-server-trace nil
|
||||||
|
lsp-lens-enable nil
|
||||||
|
lsp-lens-mode nil
|
||||||
read-process-output-max (* 1024 1024 2)
|
read-process-output-max (* 1024 1024 2)
|
||||||
lsp-enable-file-watchers nil)
|
lsp-enable-file-watchers nil)
|
||||||
(unbind-key "s-l =" lsp-mode-map)
|
(unbind-key "s-l =" lsp-mode-map)
|
||||||
|
|
|
||||||
|
|
@ -51,8 +51,6 @@
|
||||||
:commands dash-at-point
|
:commands dash-at-point
|
||||||
:straight t
|
:straight t
|
||||||
:defer t
|
:defer t
|
||||||
:bind (:map prog-mode-map ("C-s C-d" . dash-at-point)
|
|
||||||
:map text-mode-map ("C-s C-d" . dash-at-point))
|
|
||||||
:config
|
:config
|
||||||
(add-to-list 'dash-at-point-mode-alist
|
(add-to-list 'dash-at-point-mode-alist
|
||||||
;; Configure lookup for Ruby mode
|
;; Configure lookup for Ruby mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue