]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
nvim/coding: add annotations to nvim-cmp config
[dotfiles.git] / nvim / lua / plugins / coding.lua
index 263071dbc127fb61a2fd31b7d178df6ffbe2a95c..a765a79ae258c206207843c4ab7fa35242f035d7 100644 (file)
@@ -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