This plugin looks like a great replacement for iamcco/markdown-preview.nvim so thanks for taking the time to work on this.
Only recommendation at this point would be to remove the default key maps. The typical pattern for neovim plugins would be to set no keymaps (this is best left up to the user to avoid unnecessary confliction or the need to remap) and make all capabilities available through commands. This way all the user's can map the commands as they see fit.
If you want to suggest some sane defaults, then include in your config provided in the readme so user's can copy/paste and update as needed.
This plugin looks like a great replacement for iamcco/markdown-preview.nvim so thanks for taking the time to work on this.
Only recommendation at this point would be to remove the default key maps. The typical pattern for neovim plugins would be to set no keymaps (this is best left up to the user to avoid unnecessary confliction or the need to remap) and make all capabilities available through commands. This way all the user's can map the commands as they see fit.
If you want to suggest some sane defaults, then include in your config provided in the readme so user's can copy/paste and update as needed.