This commit is contained in:
2025-08-11 09:41:27 -09:00
parent df6fe1e580
commit df149745dc
3 changed files with 4 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
if has("nvim")
lua require("conjure-expand.main").init()
endif
-3
View File
@@ -1,3 +0,0 @@
if has("nvim")
lua require("conjure-macroreplace.main").init()
endif