summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/project.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/config/project.fnl b/fnl/config/project.fnl
index 1617ca5..a7bcb82 100644
--- a/fnl/config/project.fnl
+++ b/fnl/config/project.fnl
@@ -12,3 +12,6 @@
:datapath (vim.fn.stdpath :data)})
(util.setup :project_nvim opts)
+
+(let [telescope (require :telescope)]
+ (telescope.load_extension :projects))