dotfiles/mzte-nv/conf/lua/pluginconf/p-conjure.fnl
2023-03-28 00:39:38 +02:00

20 lines
663 B
Fennel

;; Blame conjure for this BS config
;; NOTE: this is ran before conjure initialization
;; Disable auto-attach
(tset vim :g "conjure#client_on_load" false)
(tset vim :g "conjure#mapping#prefix" :<F1>)
;; Only enable used clients
(tset vim :g "conjure#filetypes" [:clojure
:fennel
:racket
:scheme
:lua
:lisp
:python])
(tset vim :g "conjure#filetype#rust" false)
;; This has custom handling for compat with LSP
(tset vim :g "conjure#mapping#doc_word" false)