diff options
author | Chris <[email protected]> | 2021-03-15 12:34:37 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 12:34:37 -0400 |
commit | d9c899652bdc29aa99ea5c2582bdc49d01655a4f (patch) | |
tree | 747f39541627ab49c18976040931adb4ae24b0fd /lua/plugins.lua | |
parent | 8f10e3cf3d271e827d65823d79db76da944c29d8 (diff) |
add git blame plugin
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index d54a59db..3dae1994 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -69,6 +69,7 @@ return require('packer').startup(function() -- Git use 'TimUntersberger/neogit' use {'lewis6991/gitsigns.nvim', requires = { 'nvim-lua/plenary.nvim' } } + use 'f-person/git-blame.nvim' -- Easily Create Gists use 'mattn/vim-gist' |