spacemacs/layers/+lang/nim/config.el

20 lines
498 B
EmacsLisp
Raw Normal View History

;;; config.el --- Nim Configuration Layer for Spacemacs
;;
2020-07-21 20:58:52 +00:00
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;;
;; Author: Max Gonzih
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Variables
2016-10-17 12:01:36 +00:00
(spacemacs|define-jump-handlers nim-mode)
2020-07-21 20:58:52 +00:00
(defvar nim-backend nil
"The backend to use for IDE features.
Possible values are `lsp' and `company-nim'.
If `nil' then 'company-nim` is the default backend unless `lsp' layer is used")