fix copilot keybindings

This commit is contained in:
janis 2025-09-03 01:00:45 +02:00
parent b11532d1c6
commit 9b7413332e
2 changed files with 1265 additions and 10 deletions

1272
init.el

File diff suppressed because it is too large Load diff

View file

@ -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)