NVIM v0.7.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/0.7.0/share/nvim"
Run :checkhealth for more info
Describe the bug As of recently, the first use of
smart_rename
within a NeoVim session has started emitting a deprecation warning:To Reproduce Steps to reproduce the behavior:
nvim-treesitter-refactor
, assign a key to smart_rename.Expected behavior Usual rename behaviour.
Output of
:checkhealth nvim_treesitter
Output of
nvim --version