mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
feat: add telescope extension for project-nvim
This commit is contained in:
parent
3065032ad2
commit
9651e35f3e
1 changed files with 6 additions and 0 deletions
|
@ -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 ""
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue