rename
This commit is contained in:
@@ -10,7 +10,7 @@ compile:
|
||||
deps/aniseed/scripts/compile.sh
|
||||
|
||||
# Remove this if you only want Aniseed at compile time.
|
||||
deps/aniseed/scripts/embed.sh aniseed conjure-macroreplace
|
||||
deps/aniseed/scripts/embed.sh aniseed conjure-expand
|
||||
|
||||
test:
|
||||
rm -rf test/lua
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
if has("nvim")
|
||||
lua require("conjure-expand.main").init()
|
||||
endif
|
||||
@@ -1,3 +0,0 @@
|
||||
if has("nvim")
|
||||
lua require("conjure-macroreplace.main").init()
|
||||
endif
|
||||
Reference in New Issue
Block a user