From e3606e6bb99e0edc0dd6b961ac43a5c2307fb782 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 7 Apr 2023 01:00:42 +0200 Subject: Updates --- fnl/plugins/editor/dial.fnl | 11 +++++------ fnl/plugins/editor/trouble.fnl | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'fnl/plugins/editor') diff --git a/fnl/plugins/editor/dial.fnl b/fnl/plugins/editor/dial.fnl index 319f7a7..7a888eb 100644 --- a/fnl/plugins/editor/dial.fnl +++ b/fnl/plugins/editor/dial.fnl @@ -16,11 +16,10 @@ (fn config [] (let [cfg (require :dial.config) augend (require :dial.augend)] - (cfg.augends:register_group - {:default [augend.integer.alias.decimal - augend.integer.alias.hex - (. augend.date.alias "%Y-%m-%d") - augend.constant.alias.bool - augend.semver.alias.semver]}))) + (cfg.augends:register_group {:default [augend.integer.alias.decimal + augend.integer.alias.hex + (. augend.date.alias "%Y-%m-%d") + augend.constant.alias.bool + augend.semver.alias.semver]}))) {1 :monaqa/dial.nvim : keys : config} diff --git a/fnl/plugins/editor/trouble.fnl b/fnl/plugins/editor/trouble.fnl index 8b8d7f4..5c989de 100644 --- a/fnl/plugins/editor/trouble.fnl +++ b/fnl/plugins/editor/trouble.fnl @@ -80,5 +80,4 @@ {1 :folke/trouble.nvim :keys [{1 :jt 2 :TroubleToggle :desc :Trouble}] - : opts -} + : opts} -- cgit v1.2.3-70-g09d2