add git gutter

This commit is contained in:
Michael Chris Lopez
2021-09-03 11:19:05 +08:00
parent 8e7c6fbf2d
commit c7169c4168
2 changed files with 5 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ are currently supported. Please feel free to open a PR to support your favorite
plugins.
- [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
- [Git Gutter](https://github.com/airblade/vim-gitgutter)
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [Sneak](https://github.com/justinmk/vim-sneak)

View File

@@ -264,6 +264,10 @@ local theme = lush(function()
GitSignsChange { fg = c.water },
GitSignsDelete { fg = c.rose },
GitGutterAdd { GitSignsAdd },
GitGutterChange { GitSignsChange },
GitGutterDelete { GitSignsDelete },
IndentBlanklineChar { fg = c.sand.da(12).de(20) },
TelescopeSelection { CursorLine },