From: Samir Benmendil Date: Thu, 4 Apr 2024 15:07:29 +0000 (+0100) Subject: nvim: update nvim-cmp and list dependencies X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/fd9707fd4c3e3d4bef6524a259a2b528ae75e442?ds=sidebyside nvim: update nvim-cmp and list dependencies --- diff --git a/nvim/lua/plugins/coding.lua b/nvim/lua/plugins/coding.lua index 324dc4e..3dac23b 100644 --- a/nvim/lua/plugins/coding.lua +++ b/nvim/lua/plugins/coding.lua @@ -24,6 +24,14 @@ return { -- auto completion { "hrsh7th/nvim-cmp", + version = false, -- last release is way too old + event = "InsertEnter", + dependencies = { + "hrsh7th/cmp-nvim-lsp", + "hrsh7th/cmp-buffer", + "hrsh7th/cmp-path", + "saadparwaiz1/cmp_luasnip", + }, ---@param opts cmp.ConfigSchema opts = function(_, opts) local has_words_before = function()