mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-12 07:50:05 +01:00
neovim: Add git-blame-nvim
This commit is contained in:
parent
4b63d5b7e5
commit
b973e86085
@ -114,6 +114,10 @@
|
|||||||
type = "lua";
|
type = "lua";
|
||||||
config = "require('lualine').setup()";
|
config = "require('lualine').setup()";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = git-blame-nvim;
|
||||||
|
type = "lua";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = comment-nvim;
|
plugin = comment-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
Loading…
Reference in New Issue
Block a user