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