diff options
| author | 2024-11-18 19:52:42 +0100 | |
|---|---|---|
| committer | 2024-11-18 20:03:16 +0100 | |
| commit | 0ebcb4b509655fa4804e8553f95878c8029d977f (patch) | |
| tree | 1953c1d99247e40d3e273260822ac63ebccf7d9d /dot_config/nvim/fnl | |
| parent | nvim: add editorconfig ft extension (diff) | |
nvim: migrate conjure to the new main branch
Diffstat (limited to 'dot_config/nvim/fnl')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/init.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/fnl/plugins/init.fnl b/dot_config/nvim/fnl/plugins/init.fnl index 8e2e6af..38331ff 100644 --- a/dot_config/nvim/fnl/plugins/init.fnl +++ b/dot_config/nvim/fnl/plugins/init.fnl @@ -15,6 +15,7 @@ (· :stevearc/dressing.nvim & :opts {}) (· :Olical/conjure & + :branch :main :config (fn [_ opts] (each [k v (pairs opts)] (tset vim.g (.. :conjure# k) v))) |
