spacemacs/layers/+lang/vimscript/layers.el

15 lines
426 B
EmacsLisp
Raw Normal View History

2020-07-09 20:03:55 +00:00
;;; layers.el --- vimscript Layer layers File for Spacemacs
;;
2021-03-22 20:11:29 +00:00
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
2020-07-09 20:03:55 +00:00
;;
;; Author: Maximilian Wolff <smile13241324@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(when (and (boundp 'vimscript-backend)
(eq vimscript-backend 'lsp))
(configuration-layer/declare-layer-dependencies '(lsp)))