From: Samir Benmendil Date: Wed, 12 Apr 2023 21:15:52 +0000 (+0100) Subject: nvim/coding: add annotations to nvim-cmp config X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2366af6c6e702d69c4e4d8260ebd0082bb717a14?ds=sidebyside nvim/coding: add annotations to nvim-cmp config --- diff --git a/nvim/lua/plugins/coding.lua b/nvim/lua/plugins/coding.lua index 263071d..a765a79 100644 --- a/nvim/lua/plugins/coding.lua +++ b/nvim/lua/plugins/coding.lua @@ -12,6 +12,7 @@ return { -- auto completion { "hrsh7th/nvim-cmp", + ---@param opts cmp.ConfigSchema opts = function(_, opts) local has_words_before = function() unpack = unpack or table.unpack