user defined plugins

This commit is contained in:
christianchiarulli 2021-07-05 15:35:06 -04:00
parent 6b41286d70
commit be9a5a0889
4 changed files with 41 additions and 27 deletions

View file

@ -299,7 +299,7 @@ if O.plugin.telescope_project.active then
":lua require'telescope'.extensions.project.project{}<CR>",
{ noremap = true, silent = true }
)
mappings["p"] = "Projects"
mappings["P"] = "Projects"
end
-- [";"] = "Dashboard",