diff options
author | Chris <[email protected]> | 2021-03-15 22:28:45 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 22:28:45 -0400 |
commit | aef414da21d85a43738a2493b7a8c91da457311f (patch) | |
tree | d137bb4d08e1154a5df37cb1335ada8e65497674 /lua/plugins.lua | |
parent | dceb7aa0ff9a9bf230a4d2eb2277d3a50a05a212 (diff) |
updates
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 66056c30..72fb2d19 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -77,6 +77,8 @@ return require('packer').startup(function() use 'TimUntersberger/neogit' use {'lewis6991/gitsigns.nvim', requires = { 'nvim-lua/plenary.nvim' } } use 'f-person/git-blame.nvim' + use 'tpope/vim-fugitive' + use 'tpope/vim-rhubarb' -- Easily Create Gists use 'mattn/vim-gist' |