This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
commit 300b165da9
12 changed files with 287 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@@ -0,0 +1,4 @@
((nil . ((projectile-project-project-file . "nim_org_parse.nimble")
(projectile-project-name . "Nim Org Parser")
(projectile-project-type . nim)
(projectile-test-prefix . "test_"))))