diff --git a/lua/custom/plugins/lisp.lua b/lua/custom/plugins/lisp.lua index e13b6959..b310a0e4 100644 --- a/lua/custom/plugins/lisp.lua +++ b/lua/custom/plugins/lisp.lua @@ -43,6 +43,9 @@ return { end, desc = "Associate *.repl file as a clojure filetype." }) + + -- Guile socket repl support + vim.g["conjure#filetype#scheme"] = "conjure.client.guile.socket" end, }, }