nvim-treesitter / nvim-treesitter-refactor

Refactor module for nvim-treesitter
Apache License 2.0
407 stars 25 forks source link

vim.ui.input to vim.fn.input #27

Closed IndianBoy42 closed 2 years ago

IndianBoy42 commented 3 years ago

Fixes #26

I tried to maintain compatibility with old versions of neovim, but I don't know how to test that myself.

stsewd commented 3 years ago

I tried to maintain compatibility with old versions of neovim, but I don't know how to test that myself.

you can try downloading the stable version of neovim https://github.com/neovim/neovim/releases/tag/v0.5.1, if you are on linux, downloading the appimage should be easier.

stsewd commented 2 years ago

I'll test this locally in the following days.

Well, that was longer than expected... Just tested it locally, looks great!