summaryrefslogtreecommitdiff
path: root/fnl/conf/newtab/init.fnl
diff options
context:
space:
mode:
authorMike Vink <>2023-04-16 09:59:19 +0200
committerMike Vink <>2023-04-16 09:59:19 +0200
commit65391314b5dfe5ef871929324046b7e13a288d02 (patch)
treeaddcf6cbf768c25d0a8e9d331f6883a5ecbc4e22 /fnl/conf/newtab/init.fnl
parent3c565e9b6e7c95f29507eb751bd1f951bc466425 (diff)
big changes?
Diffstat (limited to 'fnl/conf/newtab/init.fnl')
-rw-r--r--fnl/conf/newtab/init.fnl7
1 files changed, 1 insertions, 6 deletions
diff --git a/fnl/conf/newtab/init.fnl b/fnl/conf/newtab/init.fnl
index 04096b2..fbf8e18 100644
--- a/fnl/conf/newtab/init.fnl
+++ b/fnl/conf/newtab/init.fnl
@@ -22,17 +22,12 @@
(actions.close prompt_buf)
(local selection
(action_state.get_selected_entry))
- (P selection)
(vim.cmd (.. :tabnew
(. selection
1)))
(vim.cmd (.. :tc
(. selection
- 1)))
- (vim.schedule (fn []
- (vim.cmd (.. :Telescope
- " "
- :find_files)))))))
+ 1))))))
:sorter (conf.generic_sorter opts)}))
(finder:find))