summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:07:49 -0500
committerChristianChiarulli <chris.machine@pm.me>2021-12-16 07:35:55 -0500
commit6fbc8c23123a6b44590a3fa6c656c2f5b98ae89e (patch)
tree218fbd32b586f28097e5e94cfb9de94fb7d80ea5 /lua/user/plugins.lua
parent62af78a2adecf96588afbc96acd6520f7e62f65b (diff)
add gitsigns
update
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