Compare commits
2 Commits
11b07f1d6b
...
4bc96a5d27
Author | SHA1 | Date | |
---|---|---|---|
4bc96a5d27 | |||
0e77931ca6 |
@ -14,6 +14,10 @@
|
|||||||
(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,6 +122,9 @@ 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