Skip to content

Commit

Permalink
Merge pull request LunarVim#257 from MVMS1994/master
Browse files Browse the repository at this point in the history
updating the commit version for hrsh7th/cmp-nvim-lsp
  • Loading branch information
gnmearacaun authored Oct 22, 2022
2 parents 60b70bd + 0052bc4 commit 7299120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ return packer.startup(function(use)
use { "hrsh7th/cmp-buffer", commit = "3022dbc9166796b644a841a02de8dd1cc1d311fa" } -- buffer completions
use { "hrsh7th/cmp-path", commit = "447c87cdd6e6d6a1d2488b1d43108bfa217f56e1" } -- path completions
use { "saadparwaiz1/cmp_luasnip", commit = "a9de941bcbda508d0a45d28ae366bb3f08db2e36" } -- snippet completions
use { "hrsh7th/cmp-nvim-lsp", commit = "affe808a5c56b71630f17aa7c38e15c59fd648a8" }
use { "hrsh7th/cmp-nvim-lsp", commit = "3cf38d9c957e95c397b66f91967758b31be4abe6" }
use { "hrsh7th/cmp-nvim-lua", commit = "d276254e7198ab7d00f117e88e223b4bd8c02d21" }

-- Snippets
Expand Down

0 comments on commit 7299120

Please sign in to comment.