Add gitsigns
This commit is contained in:
@@ -18,6 +18,7 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)<br>
|
|||||||
[lualine](https://github.com/nvim-lualine/lualine.nvim)<br>
|
[lualine](https://github.com/nvim-lualine/lualine.nvim)<br>
|
||||||
[neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)<br>
|
[neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)<br>
|
||||||
[neogit](https://github.com/NeogitOrg/neogit)<br>
|
[neogit](https://github.com/NeogitOrg/neogit)<br>
|
||||||
|
[gitsigns](https://github.com/lewis6991/gitsigns.nvim)<br>
|
||||||
[tiny-inline-diagnostic](https://github.com/rachartier/tiny-inline-diagnostic.nvim)<br>
|
[tiny-inline-diagnostic](https://github.com/rachartier/tiny-inline-diagnostic.nvim)<br>
|
||||||
[coq_nvim](https://github.com/ms-jpq/coq_nvim)<br>
|
[coq_nvim](https://github.com/ms-jpq/coq_nvim)<br>
|
||||||
[nvim-autopairs](https://github.com/windwp/nvim-autopairs)<br>
|
[nvim-autopairs](https://github.com/windwp/nvim-autopairs)<br>
|
||||||
|
|||||||
@@ -107,6 +107,8 @@
|
|||||||
|
|
||||||
neogit.enable = true;
|
neogit.enable = true;
|
||||||
|
|
||||||
|
gitsigns.enable = true;
|
||||||
|
|
||||||
tiny-inline-diagnostic = {
|
tiny-inline-diagnostic = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user