Fix incorrect variable name (#579)

This commit is contained in:
tafryn 2021-07-01 18:06:07 -07:00 committed by GitHub
parent f793797fa8
commit 9bb4f8a085
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,7 +271,7 @@ if O.plugin.lazygit.active then
{noremap = true, silent = true}) {noremap = true, silent = true})
mappings["gg"] = "LazyGit" mappings["gg"] = "LazyGit"
end end
if O.plugin.telescope_project then if O.plugin.telescope_project.active then
-- open projects -- open projects
vim.api.nvim_set_keymap('n', '<leader>p', vim.api.nvim_set_keymap('n', '<leader>p',
":lua require'telescope'.extensions.project.project{}<CR>", ":lua require'telescope'.extensions.project.project{}<CR>",