From 770f40a975e1c8db6c649d0055520919eecc300b Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 6 Nov 2022 21:58:50 +0000 Subject: [PATCH] Add kubernetes stuff --- .emacs.d/init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f7a55bc..3185877 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -118,6 +118,16 @@ :mode "\\.nix\\'") (use-package yaml-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 was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.