add git gutter
This commit is contained in:
@@ -112,6 +112,7 @@ are currently supported. Please feel free to open a PR to support your favorite
|
|||||||
plugins.
|
plugins.
|
||||||
|
|
||||||
- [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
|
- [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)
|
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
|
||||||
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
||||||
- [Sneak](https://github.com/justinmk/vim-sneak)
|
- [Sneak](https://github.com/justinmk/vim-sneak)
|
||||||
|
|||||||
@@ -264,6 +264,10 @@ local theme = lush(function()
|
|||||||
GitSignsChange { fg = c.water },
|
GitSignsChange { fg = c.water },
|
||||||
GitSignsDelete { fg = c.rose },
|
GitSignsDelete { fg = c.rose },
|
||||||
|
|
||||||
|
GitGutterAdd { GitSignsAdd },
|
||||||
|
GitGutterChange { GitSignsChange },
|
||||||
|
GitGutterDelete { GitSignsDelete },
|
||||||
|
|
||||||
IndentBlanklineChar { fg = c.sand.da(12).de(20) },
|
IndentBlanklineChar { fg = c.sand.da(12).de(20) },
|
||||||
|
|
||||||
TelescopeSelection { CursorLine },
|
TelescopeSelection { CursorLine },
|
||||||
|
|||||||
Reference in New Issue
Block a user