Disable lenses globally, fix key binding conflict

This commit is contained in:
Maciej 2022-02-01 10:05:42 +02:00
parent 013f936f69
commit 719693bc5b
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 6 additions and 4 deletions

View file

@ -80,7 +80,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(safe-local-variable-values
'((lsp-lens-enable)
'((lsp-lens-mode)
(lsp-lens-enable)
(cider-shadow-default-options . ":app")
(cider-preferred-build-tool . lein)
(cider-shadow-default-options . "app")

View file

@ -60,7 +60,7 @@
^
^ _c_: Toggle comment _y_: Snippet _s_: Swiper
^ _r_: Replace _m_: Any (Company) _u_: Undo tree
^ _i_: Indent
^ _i_: Indent^^ _d_: Dash
^ _a_: Align
^
"
@ -71,6 +71,7 @@
("i" indent-region)
("a" align-regexp)
("s" swiper)
("d" dash-at-point)
("u" undo-tree-visualize)
("y" company-yasnippet)

View file

@ -13,6 +13,8 @@
lsp-prefer-capf t
lsp-completion-provider :capf
lsp-server-trace nil
lsp-lens-enable nil
lsp-lens-mode nil
read-process-output-max (* 1024 1024 2)
lsp-enable-file-watchers nil)
(unbind-key "s-l =" lsp-mode-map)

View file

@ -51,8 +51,6 @@
:commands dash-at-point
:straight 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
(add-to-list 'dash-at-point-mode-alist
;; Configure lookup for Ruby mode