summaryrefslogtreecommitdiff
path: root/fnl/plugins/unison.fnl
blob: ba03ad7405d3c87bdcfc143f986bd556aa725a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; Unison lang support

(λ config [plugin]
  (vim.opt.rtp:append (.. plugin.dir :/editor-support/vim))
  ((. (require :lazy.core.loader) :packadd) (.. plugin.dir :/editor-support/vim)))

(λ init [plugin]
  ((. (require :lazy.core.loader) :ftdetect) (.. plugin.dir
                                                 :/editor-support/vim)))

{1 :unisonweb/unison :branch :trunk : config : init}