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

View file

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