Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix: Telescope projects not work (randomly)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanbass committed Feb 3, 2023
1 parent d878cd9 commit fe32162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/doom/modules/features/projects/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ projects.requires_modules = { "features.telescope" }
projects.configs = {}
projects.configs["project.nvim"] = function()
require("project_nvim").setup(doom.features.projects.settings)

table.insert(doom.features.telescope.settings.extensions, "projects")
require('telescope').load_extension('projects')
-- table.insert(doom.features.telescope.settings.extensions, "projects")
end

projects.binds = {
Expand Down

0 comments on commit fe32162

Please sign in to comment.