niminit/config/config.toml

15 lines
569 B
TOML
Raw Normal View History

2023-03-06 22:44:59 +00:00
#######################
# niminit config file #
# (c) Sangelo - 2023 #
#######################
[general]
2023-03-07 19:20:21 +00:00
# Should compatibility warnings be suppressed?
suppressWarnings = false
2023-03-06 22:44:59 +00:00
2023-03-07 19:20:21 +00:00
[project]
# This is the directory inside your home folder containing all of your templates.
sourceDirectory = "/.config/niminit/templates"
# The directory to be created inside the project, and to copy the selected project template into. (for example: utils)
targetDirectory = ".vscode"
# The default template to use when not explicitly specified. (for example: java)
defaultTemplate = "nim"