fix copilot keybindings
This commit is contained in:
parent
b11532d1c6
commit
9b7413332e
3
init.org
3
init.org
|
@ -1603,7 +1603,7 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u
|
|||
:init
|
||||
(setq lsp-keymap-prefix "C-l")
|
||||
(add-to-list 'completion-at-point-functions #'lsp-completion-at-point)
|
||||
(advice-add 'lsp :before #'envrc-reload)
|
||||
;; (advice-add 'lsp :before #'envrc-reload)
|
||||
:commands lsp
|
||||
:general-config
|
||||
(leader-def
|
||||
|
@ -1629,6 +1629,7 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u
|
|||
lsp-rust-analyzer-binding-mode-hints t
|
||||
lsp-rust-analyzer-display-closure-return-type-hints t
|
||||
lsp-rust-analyzer-server-format-inlay-hints t
|
||||
lsp-rust-analyzer-cargo-extra-env ["RUSTFLAGS", "-Clinker=clang -Clink-arg=-fuse-ld=mold"]
|
||||
|
||||
lsp-enable-suggest-server-download nil)
|
||||
|
||||
|
|
Loading…
Reference in a new issue