Skip to content

Commit

Permalink
notify for switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Jan 21, 2024
1 parent 69129e2 commit 54be2f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/cmp_dictionary/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
return {
setup = require("cmp_dictionary.config").setup,
switcher = function()
vim.notify("[cmp-dictionary] switcher is deprecated.\nSee `:h cmp-dictionary-option-paths`", vim.log.levels.ERROR)
end,
-- Override in after/plugin/cmp_dictionary.lua
update = function() end,
}

0 comments on commit 54be2f4

Please sign in to comment.