numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
721 stars 24 forks source link

docs(readme): rename `nvim_{add => create}_user_command` #60

Closed lukaswrz closed 2 years ago

lukaswrz commented 2 years ago

nvim_add_user_command has been renamed to nvim_create_user_command, so it would be nice to reflect this change in the readme.

Neovim PR: https://github.com/neovim/neovim/pull/18071