CKolkey / ts-node-action

Neovim Plugin for running functions on nodes.
359 stars 20 forks source link

fix(#53): remove deprecated `vim.pretty_print()` function #54

Closed orhnk closed 1 year ago

orhnk commented 1 year ago

This PR Removes the deprecated vim.pretty_print() with the corresponding vim.print() as suggested by neovim

CKolkey commented 1 year ago

Thanks!