disable conjure for racket

racket-langserver should handle it instead
This commit is contained in:
LordMZTE 2023-11-12 17:01:06 +01:00
parent 5916dd11e1
commit b9a07f3329
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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