diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-18 18:27:22 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-18 18:27:22 +0200 |
commit | 32e8074f7e9812b2947c03b89764a5101d47aa3f (patch) | |
tree | 1a535f7635e4cce26e86efef882ad8bb5ea3799f | |
parent | 5fcc932ac51b9e55654b93614866e6f29bf924aa (diff) |
Fix projects
-rw-r--r-- | fnl/config/project.fnl | 3 |
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)) |