Compare commits

...

2 Commits

Author SHA1 Message Date
4bc96a5d27 Add kubectl completion 2022-08-17 11:17:40 -04:00
0e77931ca6 Add json-mode 2022-08-17 11:17:33 -04:00
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@
(nvm--installed-versions)))))
(nvm-use version)))
(use-package json-mode
:commands (json-mode)
:mode ("\\.json\\'"))
(use-package js
:straight (:type built-in)
:defer t

View File

@ -122,6 +122,9 @@ if type brew &>/dev/null; then
compinit
fi
# kubectl completion
[[ $commands[kubectl] ]] && source <(kubectl completion zsh)
# VTerm integration
# Some of the most useful features in emacs-libvterm require shell-side
# configurations. The main goal of these additional functions is to enable the