summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:07:49 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:07:49 -0500
commitf667e95e5d752e8d00769ed0b5703f33cbf35640 (patch)
tree9232214525e934c3e3402036dfbd5dfc47d60425 /lua/user/plugins.lua
parent62af78a2adecf96588afbc96acd6520f7e62f65b (diff)
add gitsigns
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 3e2c87c..24678aa 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -78,6 +78,9 @@ return packer.startup(function(use)
}
use 'JoosepAlviste/nvim-ts-context-commentstring'
+ -- Git
+ use "lewis6991/gitsigns.nvim"
+
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then