From 4b6617efeaa2ec965a02bf96d3440b18917bc025 Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Wed, 27 Sep 2023 08:52:16 -0400 Subject: [PATCH] add guile support --- lua/custom/plugins/lisp.lua | 3 +++ 1 file changed, 3 insertions(+) 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, }, }