From b9a07f3329ef51b61c0c0bd29e4cfa520264e6d6 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 12 Nov 2023 17:01:06 +0100 Subject: [PATCH] disable conjure for racket racket-langserver should handle it instead --- mzte-nv/conf/lua/pluginconf/p-conjure.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzte-nv/conf/lua/pluginconf/p-conjure.fnl b/mzte-nv/conf/lua/pluginconf/p-conjure.fnl index f521ddc..8fc81a2 100644 --- a/mzte-nv/conf/lua/pluginconf/p-conjure.fnl +++ b/mzte-nv/conf/lua/pluginconf/p-conjure.fnl @@ -10,13 +10,13 @@ (tset vim :g "conjure#filetypes" [:clojure :commonlisp :fennel - :racket :scheme :lua :lisp :python]) (tset vim :g "conjure#filetype#rust" false) +(tset vim :g "conjure#filetype#racket" false) (tset vim :g "conjure#filetype#commonlisp" "conjure.client.common-lisp.swank") ;; This has custom handling for compat with LSP