From 74e7c324a9cade73a13ad1f0fe993c2c6275d941 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Tue, 3 May 2022 13:20:18 -0400 Subject: [PATCH] update to make nvim-cmp work on nvim 0.5 --- lua/plugins.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index a2d9a55..1fdebfa 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -20,7 +20,10 @@ local plugins = require('packer').startup(function(use) -- LSP use 'neovim/nvim-lspconfig' -- Common lsp server configurations - use 'hrsh7th/nvim-cmp' -- Autocompletion plugin + use { + 'hrsh7th/nvim-cmp', + commit = '2aa7eee28b4d49e999c694ca733a393da5808dd6', + } -- Autocompletion plugin use 'hrsh7th/cmp-nvim-lsp' -- LSP source for nvim-cmp -- LSP Extensions