From bdea30086e45f274ff76f5dee26dc0116b87bd9f Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 17 Dec 2022 13:00:37 +0000 Subject: [PATCH] Add link to further lsp-ansible instructions --- emacs/emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 777f23d..30aeb79 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -61,6 +61,7 @@ (straight-use-package 'yaml-mode) ;; lsp-mode seems unusably slow, so don't install the Ansible language server +;; if you want to get it working, try https://www.reddit.com/r/emacs/comments/ybbkks/how_to_properly_set_up_lsp_ansible_language/itfxoaa/ (straight-use-package 'ansible) (add-hook 'yaml-mode-hook 'ansible) -- 2.47.3