diff options
| author | listout <listout@protonmail.com> | 2023-02-15 17:12:25 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2023-02-15 17:12:25 +0000 |
| commit | 49aac7fb6a8b6e29da69537911f6978c38e75f6e (patch) | |
| tree | 6e94da580396ff8744c6fc121c51588f590c2360 /lua/plugins/plugins.lua | |
| parent | 111a7019ee0ac36e01167051d704471714d9320e (diff) | |
| download | nvim-49aac7fb6a8b6e29da69537911f6978c38e75f6e.tar.gz | |
nvim: plugins: git souce for nvim-cmp
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '')
| -rw-r--r-- | lua/plugins/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index ec30d0e..34d1b05 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -52,6 +52,7 @@ return packer.startup(function(use) use {'saadparwaiz1/cmp_luasnip'} -- Snippets source for nvim-cmp use {'L3MON4D3/LuaSnip'} -- Snippets plugin use {"rafamadriz/friendly-snippets"} + use({"petertriho/cmp-git", requires = "nvim-lua/plenary.nvim"}) -- nvim-cmp source for git commits -- Show color under hex codes use {'norcalli/nvim-colorizer.lua'} |
