summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-18 18:27:22 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-18 18:27:22 +0200
commit32e8074f7e9812b2947c03b89764a5101d47aa3f (patch)
tree1a535f7635e4cce26e86efef882ad8bb5ea3799f /fnl/config
parent5fcc932ac51b9e55654b93614866e6f29bf924aa (diff)
Fix projects
Diffstat (limited to 'fnl/config')
-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))