Files
nvim/lua/plugins/vim-signify.lua

7 lines
108 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- Show a diff using Vim its sign column
return {
'mhinz/vim-signify',
enabled = true,
lazy = true
}