snacks.nvim icon indicating copy to clipboard operation
snacks.nvim copied to clipboard

fix(words): modified words.lua to use client:supports_method instead of client.supports_method as it is deprecated

Open DarthMooMancer opened this issue 7 months ago • 1 comments

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

DarthMooMancer avatar May 11 '25 19:05 DarthMooMancer

See comment here

dpetka2001 avatar May 12 '25 06:05 dpetka2001

This PR is stale because it has been open 30 days with no activity.

github-actions[bot] avatar Jun 12 '25 02:06 github-actions[bot]