summaryrefslogtreecommitdiff
path: root/fnl/plugins/telescope.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/telescope.fnl')
-rw-r--r--fnl/plugins/telescope.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl
index 7b8f69b..6829e3a 100644
--- a/fnl/plugins/telescope.fnl
+++ b/fnl/plugins/telescope.fnl
@@ -22,7 +22,7 @@
:silent_chdir true
:ignore_lsp {}
:datapath (vim.fn.stdpath :data)}
- :config (lambda [_ opts]
+ :config (λ [_ opts]
(let [project (require :project_nvim)]
(project.setup opts)))}
:nvim-lua/plenary.nvim
@@ -49,7 +49,7 @@
((. telescope builtin) ((. themes theme) opts))))
(local user-cmds [[:FindFiles
- (lambda []
+ (λ []
(telescope-builtin :find_files
{:theme :get_dropdown :previewer false}))
{:nargs 0}]])