mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Moving to Doom Emacs!
This commit is contained in:
9
.emacs.d/modules/lang/nim/doctor.el
Normal file
9
.emacs.d/modules/lang/nim/doctor.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; lang/nim/doctor.el
|
||||
|
||||
(unless (executable-find "nimsuggest")
|
||||
(warn! "Could not find nimsuggest executable; code-completion, syntax checking and jump-to-definition functionality will be disabled."))
|
||||
|
||||
(unless (executable-find "nim")
|
||||
(warn! "Could not find nim executable; build commands will be disabled."))
|
||||
|
||||
Reference in New Issue
Block a user