iso8583

Requirements

Install

You can use any nvim package manager, for example, using packer.nvim:

    ...
    use {
        'wuilliam321/nvim-iso8583',
        config = function()
            require('iso8583').setup({
                -- cmd = "iso8583",
            })
        end
    }

Usage

You just need to run :Iso8583Encode and follow instructions