Compare commits
No commits in common. "4bc96a5d2734f22188356a85442bd7f8bc977b45" and "11b07f1d6b9e7f0f5d455042e142b24d4464dcb6" have entirely different histories.
4bc96a5d27
...
11b07f1d6b
@ -14,10 +14,6 @@
|
|||||||
(nvm--installed-versions)))))
|
(nvm--installed-versions)))))
|
||||||
(nvm-use version)))
|
(nvm-use version)))
|
||||||
|
|
||||||
(use-package json-mode
|
|
||||||
:commands (json-mode)
|
|
||||||
:mode ("\\.json\\'"))
|
|
||||||
|
|
||||||
(use-package js
|
(use-package js
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:defer t
|
:defer t
|
||||||
|
@ -122,9 +122,6 @@ if type brew &>/dev/null; then
|
|||||||
compinit
|
compinit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# kubectl completion
|
|
||||||
[[ $commands[kubectl] ]] && source <(kubectl completion zsh)
|
|
||||||
|
|
||||||
# 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
|
||||||
# configurations. The main goal of these additional functions is to enable the
|
# configurations. The main goal of these additional functions is to enable the
|
||||||
|
Loading…
Reference in New Issue
Block a user