feat: add telescope extension for project-nvim

This commit is contained in:
NotAShelf 2023-04-07 20:36:03 +03:00
parent 3065032ad2
commit 9651e35f3e
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,12 @@ in {
then "telescope.load_extension('notify')" then "telescope.load_extension('notify')"
else "" else ""
} }
${
if config.vim.projects.project-nvim.enable
then "telescope.load_extension('projects')"
else ""
}
''; '';
}; };
} }