mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-07 05:46:34 +05:30
initial commit
This commit is contained in:
6
modules/home-manager/nvim/old/lua/plugins/gitsigns.lua
Normal file
6
modules/home-manager/nvim/old/lua/plugins/gitsigns.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
'lewis6991/gitsigns.nvim',
|
||||
config = {
|
||||
current_line_blame = true,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user