add guile support
This commit is contained in:
parent
758441dd93
commit
4b6617efea
|
@ -43,6 +43,9 @@ return {
|
||||||
end,
|
end,
|
||||||
desc = "Associate *.repl file as a clojure filetype."
|
desc = "Associate *.repl file as a clojure filetype."
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Guile socket repl support
|
||||||
|
vim.g["conjure#filetype#scheme"] = "conjure.client.guile.socket"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue