summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor')
-rw-r--r--fnl/plugins/editor/dial.fnl11
-rw-r--r--fnl/plugins/editor/trouble.fnl3
2 files changed, 6 insertions, 8 deletions
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 :<leader>jt 2 :<cmd>TroubleToggle<cr> :desc :Trouble}]
- : opts
-}
+ : opts}