add alias to vim homedir and git remaps

This commit is contained in:
Rahsheen Porter 2022-11-12 10:44:43 -05:00
parent 38bb8948a6
commit 2184d0d904
4 changed files with 51 additions and 26 deletions

View file

@ -61,6 +61,7 @@ return require("packer").startup(function(use)
})
use("tpope/vim-fugitive")
use("tpope/vim-rhubarb")
use({
"folke/trouble.nvim",