summaryrefslogtreecommitdiff
path: root/fnl/conf/newtab/init.fnl
diff options
context:
space:
mode:
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))