Add kubernetes stuff

This commit is contained in:
Gabriel Simmer 2022-11-06 21:58:50 +00:00
parent 4d88e9400f
commit 770f40a975
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -118,6 +118,16 @@
:mode "\\.nix\\'") :mode "\\.nix\\'")
(use-package yaml-mode :straight t) (use-package yaml-mode :straight t)
(use-package terraform-mode :straight t) (use-package terraform-mode :straight t)
(use-package yasnippet :straight t)
(yas-global-mode 1)
(use-package k8s-mode
:straight t
:config
(setq k8s-search-documentation-browser-function 'browse-url-firefox)
:hook (k8s-mode . yas-minor-mode))
(use-package kubernetes :straight t)
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.