summaryrefslogtreecommitdiff
path: root/fnl/plugins/dadbod.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:03:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:03:58 +0200
commit7096adce11b93787170c09b79a6170d97b4a977c (patch)
tree1ccb3901136fc31728652e4db9595c1d7b1cccf5 /fnl/plugins/dadbod.fnl
parentbeb3ed1effdc5dbd047c583598b83615075363b7 (diff)
Replace fn with λ and how cmds are imported
Diffstat (limited to 'fnl/plugins/dadbod.fnl')
-rw-r--r--fnl/plugins/dadbod.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/dadbod.fnl b/fnl/plugins/dadbod.fnl
index c5ca5ec..733a4a0 100644
--- a/fnl/plugins/dadbod.fnl
+++ b/fnl/plugins/dadbod.fnl
@@ -15,7 +15,7 @@
:mode :n
:desc "Add DB connection"}])
-(fn init []
+(λ init []
(set vim.g.db_ui_use_nerd_fonts 1)
(set vim.g.db_ui_winwidth 40)
(set vim.g.db_ui_notification_width 39))