Fix vim-imp

This commit is contained in:
Christian Nieves
2023-02-22 17:23:56 -06:00
parent 84aa6e8933
commit 03bb42fa51
5 changed files with 45 additions and 18 deletions

View File

@ -30,5 +30,5 @@ if use_google() then
-- [F]ig [U]pload
map('n', '<leader>fu', [[<cmd>Hg upload tree<CR>]])
map('n', '<Leader>f', ':Figtree<CR>', { silent = true })
-- map('n', '<Leader>f', ':Figtree<CR>', { silent = true })
end