dotfiles/lua/plugins/vim-gitgutter.lua
Joshua Finch 487f874984 Massive rewrite and modularization of the existing neovim config to
break it up into multiple files and to use a maintained package manager
(lazy.nvim)
2024-02-29 21:22:09 -06:00

4 lines
40 B
Lua

return {
'airblade/vim-gitgutter'
}