;;; funcs.el --- YAML Layer Functions File for Spacemacs ;; ;; Copyright (c) 2012-2019 Sylvain Benner & Contributors ;; ;; Author: Seong Yong-ju ;; URL: https://github.com/syl20bnr/spacemacs ;; ;; This file is not part of GNU Emacs. ;; ;;; License: GPLv3 (defun spacemacs//setup-lsp-for-yaml-buffer () "Start lsp-mode and configure for buffer." (if (configuration-layer/layer-used-p 'lsp) (lsp) (message "`lsp' layer is not installed, please add `lsp' layer to your dotfile.")))