Add gitsigns

This commit is contained in:
2025-09-16 16:47:57 -04:00
parent f17931992e
commit 8a549152da
2 changed files with 3 additions and 0 deletions

View File

@@ -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>

View File

@@ -107,6 +107,8 @@
neogit.enable = true; neogit.enable = true;
gitsigns.enable = true;
tiny-inline-diagnostic = { tiny-inline-diagnostic = {
enable = true; enable = true;