diff options
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 92c08bc..ded58ec 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -80,6 +80,9 @@ return packer.startup(function(use) run = ":TSUpdate", } use 'JoosepAlviste/nvim-ts-context-commentstring' + + -- Git + use "lewis6991/gitsigns.nvim" use "p00f/nvim-ts-rainbow" use "nvim-treesitter/playground" |
