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