Compare commits
No commits in common. "3869c8a615825b5b3452e3b160de3528a21021f1" and "49168b2ed8bab469dc1b0dac0c1641cac7293453" have entirely different histories.
3869c8a615
...
49168b2ed8
@ -96,7 +96,6 @@ targets."
|
|||||||
(add-to-list 'embark-keymap-alist '(lsp-identifier . embark-lsp-identifier-actions))
|
(add-to-list 'embark-keymap-alist '(lsp-identifier . embark-lsp-identifier-actions))
|
||||||
(add-to-list 'embark-target-injection-hooks '(lsp-execute-code-action embark--ignore-target))
|
(add-to-list 'embark-target-injection-hooks '(lsp-execute-code-action embark--ignore-target))
|
||||||
(add-to-list 'embark-target-injection-hooks '(lsp-describe-thing-at-point embark--ignore-target)))
|
(add-to-list 'embark-target-injection-hooks '(lsp-describe-thing-at-point embark--ignore-target)))
|
||||||
(add-to-list 'embark-target-injection-hooks '(xref-find-references embark--ignore-target))
|
|
||||||
:general
|
:general
|
||||||
((emacs normal motion insert visual) "C-." #'embark-act)
|
((emacs normal motion insert visual) "C-." #'embark-act)
|
||||||
((emacs normal motion insert visual) "M-." #'embark-dwim)
|
((emacs normal motion insert visual) "M-." #'embark-dwim)
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
(use-package rust-mode
|
(use-package rust-mode
|
||||||
:mode (("\\.rs\\'" . rust-mode))
|
:mode (("\\.rs\\'" . rust-mode))
|
||||||
:config
|
:config
|
||||||
(add-hook 'rust-mode-hook 'lsp-deferred)
|
(add-hook 'rust-mode-hook 'lsp-deferred))
|
||||||
(with-eval-after-load 'lsp-rust
|
|
||||||
(general-def rust-mode-map
|
|
||||||
"C-c C-c C-d" 'lsp-rust-analyzer-open-external-docs)))
|
|
||||||
|
|
||||||
(provide 'init-rust)
|
(provide 'init-rust)
|
||||||
|
@ -113,12 +113,8 @@ alias kns="kubens"
|
|||||||
alias kctx="kubectx"
|
alias kctx="kubectx"
|
||||||
alias tf="terraform"
|
alias tf="terraform"
|
||||||
|
|
||||||
# zsh-completions homebrew package
|
# Up the ulimit
|
||||||
if type brew &>/dev/null; then
|
ulimit -S -n 4096
|
||||||
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
|
|
||||||
autoload -Uz compinit
|
|
||||||
compinit
|
|
||||||
fi
|
|
||||||
|
|
||||||
# VTerm integration
|
# VTerm integration
|
||||||
# Some of the most useful features in emacs-libvterm require shell-side
|
# Some of the most useful features in emacs-libvterm require shell-side
|
||||||
|
Loading…
Reference in New Issue
Block a user