neovim: Add git-blame-nvim

This commit is contained in:
Donovan Glover
2023-05-23 12:05:31 -04:00
parent 4b63d5b7e5
commit b973e86085

View File

@@ -114,6 +114,10 @@
type = "lua";
config = "require('lualine').setup()";
}
{
plugin = git-blame-nvim;
type = "lua";
}
{
plugin = comment-nvim;
type = "lua";