From c895484b7507216a9379e43204a6895c3146f954 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Sat, 7 Dec 2024 16:36:16 +0000
Subject: [PATCH] Fix comment alignment

---
 lua/plugins/completions.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua
index 72821ec..4235722 100644
--- a/lua/plugins/completions.lua
+++ b/lua/plugins/completions.lua
@@ -50,7 +50,7 @@ return {
     'saadparwaiz1/cmp_luasnip', -- Source for LuaSnip snippets
     'hrsh7th/cmp-buffer',       -- Source for buffer words
     'hrsh7th/cmp-path',         -- Source for filesystem paths
-    'petertriho/cmp-git',          -- Source for Git/GitHub/GitLab
+    'petertriho/cmp-git',       -- Source for Git/GitHub/GitLab
     'hrsh7th/nvim-cmp',         -- Completion engine combines and uses the above
 
     -- Lua vim module support in lua language server