snacks.nvim
snacks.nvim copied to clipboard
fix(words): modified words.lua to use client:supports_method instead of client.supports_method as it is deprecated
Description
The client.supports_method on line 110 of words.lua is deprecated in newer versions of neovim (v0.11). I changed it to be client:supports_method as that is the new way for neovim
Related Issue(s)
Only issue is the vim.deprecated message when loading up
See comment here
This PR is stale because it has been open 30 days with no activity.