1
0
forked from extern/nix-config

neovim: Add git-blame-nvim

This commit is contained in:
Donovan Glover 2023-05-23 12:05:31 -04:00
parent 4b63d5b7e5
commit b973e86085
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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