rename
This commit is contained in:
parent
df6fe1e580
commit
df149745dc
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ compile:
|
|||||||
deps/aniseed/scripts/compile.sh
|
deps/aniseed/scripts/compile.sh
|
||||||
|
|
||||||
# Remove this if you only want Aniseed at compile time.
|
# 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:
|
test:
|
||||||
rm -rf test/lua
|
rm -rf test/lua
|
||||||
|
3
plugin/conjure-expand.vim
Normal file
3
plugin/conjure-expand.vim
Normal file
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user