Neovim: add open project to dashboard

This commit is contained in:
Marko Korhonen 2024-08-20 12:40:07 +03:00
parent 436526ffb9
commit e5f677793d
2 changed files with 8 additions and 3 deletions

View file

@ -87,7 +87,7 @@ return {
builtin.live_grep,
},
{
desc = "Change to a project",
desc = "Open a project",
"<leader>p",
extensions.project.project,
},