diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 01:37:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 01:37:45 +0200 |
commit | 99a9c0dcfef8d1a72223a55105931f5a55af614f (patch) | |
tree | c2ae07be5d67decdcab2381405d9d3966019d523 /lua/no-clown-fiesta/Neogit.lua | |
parent | 5cb00c1486a53277545ccd23dfa5201881e6a7ec (diff) |
Add neogit wip
Diffstat (limited to 'lua/no-clown-fiesta/Neogit.lua')
-rw-r--r-- | lua/no-clown-fiesta/Neogit.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/Neogit.lua b/lua/no-clown-fiesta/Neogit.lua new file mode 100644 index 0000000..e0dbcad --- /dev/null +++ b/lua/no-clown-fiesta/Neogit.lua @@ -0,0 +1,5 @@ +local Neogit = { + NeogitDiffAddHighlight = { fg = C.green, bg = C.alt_bg }, +} + +return Neogit |