From ab650693713ceeadf2c064b1024379e6a58a6878 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 16 Nov 2025 14:36:15 +0100 Subject: Update --- fnl/plugins/unison.fnl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fnl/plugins/unison.fnl (limited to 'fnl/plugins/unison.fnl') diff --git a/fnl/plugins/unison.fnl b/fnl/plugins/unison.fnl new file mode 100644 index 0000000..ba03ad7 --- /dev/null +++ b/fnl/plugins/unison.fnl @@ -0,0 +1,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} -- cgit v1.2.3-70-g09d2