summaryrefslogtreecommitdiff
path: root/fnl/conf/newtab
diff options
context:
space:
mode:
authorMike Vink <>2023-04-06 18:38:51 +0200
committerMike Vink <>2023-04-06 18:38:51 +0200
commita9d2ab65822e07d82c9baa5a4e17a984cef18f27 (patch)
treef2a86cdce66f56dd06d46b5085d7c2fec342df2b /fnl/conf/newtab
parent18aafc4a0555c9fa8459102e7dab38213c030c5b (diff)
fixup
Diffstat (limited to 'fnl/conf/newtab')
-rw-r--r--fnl/conf/newtab/init.fnl6
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/conf/newtab/init.fnl b/fnl/conf/newtab/init.fnl
index 55309de..560e0e2 100644
--- a/fnl/conf/newtab/init.fnl
+++ b/fnl/conf/newtab/init.fnl
@@ -13,6 +13,7 @@
:finder (finders.new_oneshot_job [:fd
:-d1
"."
+ (os.getenv :HOME)
(.. (os.getenv :HOME)
:/projects)]
{})
@@ -27,7 +28,10 @@
1)))
(vim.cmd (.. :tc
(. selection
- 1))))))
+ 1)))
+ (vim.cmd (.. :Telescope
+ " "
+ :find_files)))))
:sorter (conf.generic_sorter opts)}))
(finder:find))