nacha.vim

nacha.vim is a Neovim plugin for working with NACHA ACH (Automated Clearing House) files. It provides field-level syntax highlighting, inline virtual text showing field names and interpreted values, and hover-based contextual help for all ACH record types.

Requirements

Installation

Using lazy.nvim:

{
  url = 'https://git.sr.ht/~campbellr/nacha.vim',
  ft = 'nacha',
  config = function()
    require('nacha').setup()
  end,
}

See the project README for packer.nvim and vim-plug instructions.

License

MIT

Git Repository

nacha.vim is developed using the Git version control system. The official repository is hosted at https://git.sr.ht/~campbellr/nacha.vim.

To clone the repository, run:

git clone https://git.sr.ht/~campbellr/nacha.vim

For full details, see the README at https://git.sr.ht/~campbellr/nacha.vim.

Contributing

Patches and bug reports welcome — see the repository for details.