zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
502 stars 40 forks source link

fix(commands): remove user command creation and deletion wrappers #115

Closed ateoi closed 1 year ago

ateoi commented 1 year ago

Removed user command helpers, as nvim_create_user_command and nvim_del_user_command are officially released.

Fix #114